#BDFA5D

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

Shades of Conifer #BDFA5D

Tints of Conifer #BDFA5D

Color information

#BDFA5D (or 0xBDFA5D) is unknown color: approx Conifer. HEX triplet: BD, FA and 5D. RGB value is (189,250,93). Sum of RGB (Red+Green+Blue) = 189+250+93=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFA5D is #4205A2. Grayscale: #D6D6D6. Windows color (decimal): -4326819 or 6159037. OLE color: 6159037.

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

Color convert

RGB18925093-
CMYK0.2400.630.02
HSL83.31º94.01%67.25%-
HSV(B)83.31º62.8%98.04%-
XYZ57.1579.9822.78-
YUV213.8659.79110.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 250 (98.05% from 255) = 46.99%
BLUE value IS 93 (36.72% from 255) = 17.48%
R=35.53%
G=46.99%
B=17.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal189250930.2400.630.0283.3194.0167.25
HexBDFA5D1803F2535e43
Octal275372135300772123136103
Binary1011110111111010101110111000011111110101001110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFA5D; }

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

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

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

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

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

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

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

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