#BDF15D

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

Shades of Conifer #BDF15D

Tints of Conifer #BDF15D

Color information

#BDF15D (or 0xBDF15D) is unknown color: approx Conifer. HEX triplet: BD, F1 and 5D. RGB value is (189,241,93). Sum of RGB (Red+Green+Blue) = 189+241+93=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF15D is #420EA2. Grayscale: #D1D1D1. Windows color (decimal): -4329123 or 6156733. OLE color: 6156733.

HSL color Cylindrical-coordinate representation of color #BDF15D: hue angle of 81.08º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF15D is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB18924193-
CMYK0.2200.610.05
HSL81.08º84.09%65.49%-
HSV(B)81.08º61.41%94.51%-
XYZ54.4274.5221.87-
YUV208.5862.77114.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 241 (94.53% from 255) = 46.08%
BLUE value IS 93 (36.72% from 255) = 17.78%
R=36.14%
G=46.08%
B=17.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189241930.2200.610.0581.0884.0965.49
HexBDF15D1603D5515441
Octal275361135260755121124101
Binary10111101111100011011101101100111101101101000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF15D; }

 p { color: rgb(189,241,93); }

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

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

 a { background-color: rgb(189,241,93); }

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

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

 span { border-color: rgb(189,241,93); }

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