#BDF55D

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

Shades of Conifer #BDF55D

Tints of Conifer #BDF55D

Color information

#BDF55D (or 0xBDF55D) is unknown color: approx Conifer. HEX triplet: BD, F5 and 5D. RGB value is (189,245,93). Sum of RGB (Red+Green+Blue) = 189+245+93=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF55D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF55D is #420AA2. Grayscale: #D3D3D3. Windows color (decimal): -4328099 or 6157757. OLE color: 6157757.

HSL color Cylindrical-coordinate representation of color #BDF55D: hue angle of 82.11º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDF55D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB18924593-
CMYK0.2300.620.04
HSL82.11º88.37%66.27%-
HSV(B)82.11º62.04%96.08%-
XYZ55.6176.9122.27-
YUV210.9361.45112.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 245 (96.09% from 255) = 46.49%
BLUE value IS 93 (36.72% from 255) = 17.65%
R=35.86%
G=46.49%
B=17.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal189245930.2300.620.0482.1188.3766.27
HexBDF55D1703E4525842
Octal275365135270764122130102
Binary10111101111101011011101101110111110100101001010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF55D; }

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

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

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

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

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

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

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

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