#BDF85B

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

Shades of Conifer #BDF85B

Tints of Conifer #BDF85B

Color information

#BDF85B (or 0xBDF85B) is unknown color: approx Conifer. HEX triplet: BD, F8 and 5B. RGB value is (189,248,91). Sum of RGB (Red+Green+Blue) = 189+248+91=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF85B is #4207A4. Grayscale: #D5D5D5. Windows color (decimal): -4327333 or 6027453. OLE color: 6027453.

HSL color Cylindrical-coordinate representation of color #BDF85B: hue angle of 82.55º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF85B is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB18924891-
CMYK0.2400.630.03
HSL82.55º91.81%66.47%-
HSV(B)82.55º63.31%97.25%-
XYZ56.4478.7122.12-
YUV212.4659.45111.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 248 (97.27% from 255) = 46.97%
BLUE value IS 91 (35.94% from 255) = 17.23%
R=35.80%
G=46.97%
B=17.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal189248910.2400.630.0382.5591.8166.47
HexBDF85B1803F3535c42
Octal275370133300773123134102
Binary1011110111111000101101111000011111111101001110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF85B; }

 p { color: rgb(189,248,91); }

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

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

 a { background-color: rgb(189,248,91); }

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

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

 span { border-color: rgb(189,248,91); }

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