#bdff55

Color #BDFF55 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BDFF55

Tints of Conifer #BDFF55

Color information

#BDFF55 (or 0xBDFF55) is unknown color: approx Conifer. HEX triplet: BD, FF and 55. RGB value is (189,255,85). Sum of RGB (Red+Green+Blue) = 189+255+85=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF55 is #4200AA. Grayscale: #D8D8D8. Windows color (decimal): -4325547 or 5636029. OLE color: 5636029.

HSL color Cylindrical-coordinate representation of color #BDFF55: hue angle of 83.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDFF55 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB18925585-
CMYK0.2600.670
HSL83.29º100%66.67%-
HSV(B)83.29º66.67%100%-
XYZ58.3982.9921.54-
YUV215.8954.13108.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 255 (100% from 255) = 48.20%
BLUE value IS 85 (33.59% from 255) = 16.07%
R=35.73%
G=48.20%
B=16.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal189255850.2600.67083.2910066.67
HexBDFF551A0430536443
Octal2753771253201030123144103
Binary1011110111111111101010111010010000110101001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdff55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdff55; }

 p { color: rgb(189,255,85); }

 H1.HeaderClassName
 {
   color: #bdff55;
 }
 .AnyTagClassName
 {
   color: #bdff55;
 }
</style>
background-color css

<style>
 a { background-color: #bdff55; }

 a { background-color: rgb(189,255,85); }

 div.DivClassName
 {
   background-color: #bdff55;
 }
 .BgClassName
 {
   background-color: #bdff55;
 }
</style>
border-color css

<style>
 span { border-color: #bdff55; }

 span { border-color: rgb(189,255,85); }

 td.TdClassName
 {
   border-color: #bdff55;
 }
 .TagClassName
 {
   border-color: #bdff55;
 }
</style>