#BDF85C

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

Shades of Conifer #BDF85C

Tints of Conifer #BDF85C

Color information

#BDF85C (or 0xBDF85C) is unknown color: approx Conifer. HEX triplet: BD, F8 and 5C. RGB value is (189,248,92). Sum of RGB (Red+Green+Blue) = 189+248+92=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF85C is #4207A3. Grayscale: #D5D5D5. Windows color (decimal): -4327332 or 6092989. OLE color: 6092989.

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

Color convert

RGB18924892-
CMYK0.2400.630.03
HSL82.69º91.76%66.67%-
HSV(B)82.69º62.9%97.25%-
XYZ56.4978.7322.34-
YUV212.5859.95111.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 248 (97.27% from 255) = 46.88%
BLUE value IS 92 (36.33% from 255) = 17.39%
R=35.73%
G=46.88%
B=17.39%

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
Decimal189248920.2400.630.0382.6991.7666.67
HexBDF85C1803F3535c43
Octal275370134300773123134103
Binary1011110111111000101110011000011111111101001110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF85C; }

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

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

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

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

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

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

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

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