#BDFE5D

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

Shades of Conifer #BDFE5D

Tints of Conifer #BDFE5D

Color information

#BDFE5D (or 0xBDFE5D) is unknown color: approx Conifer. HEX triplet: BD, FE and 5D. RGB value is (189,254,93). Sum of RGB (Red+Green+Blue) = 189+254+93=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE5D is #4201A2. Grayscale: #D8D8D8. Windows color (decimal): -4325795 or 6160061. OLE color: 6160061.

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

Color convert

RGB18925493-
CMYK0.2600.630.00
HSL84.22º98.77%68.04%-
HSV(B)84.22º63.39%99.61%-
XYZ58.482.4923.2-
YUV216.2158.47108.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 254 (99.61% from 255) = 47.39%
BLUE value IS 93 (36.72% from 255) = 17.35%
R=35.26%
G=47.39%
B=17.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal189254930.2600.630.0084.2298.7768.04
HexBDFE5D1A03F0546344
Octal275376135320770124143104
Binary101111011111111010111011101001111110101010011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE5D; }

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

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

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

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

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

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

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

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