#BDFE50

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

Shades of Conifer #BDFE50

Tints of Conifer #BDFE50

Color information

#BDFE50 (or 0xBDFE50) is unknown color: approx Conifer. HEX triplet: BD, FE and 50. RGB value is (189,254,80). Sum of RGB (Red+Green+Blue) = 189+254+80=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE50 is #4201AF. Grayscale: #D7D7D7. Windows color (decimal): -4325808 or 5308093. OLE color: 5308093.

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

Color convert

RGB18925480-
CMYK0.2600.690.00
HSL82.41º98.86%65.49%-
HSV(B)82.41º68.5%99.61%-
XYZ57.8882.2820.42-
YUV214.7351.97109.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 254 (99.61% from 255) = 48.57%
BLUE value IS 80 (31.64% from 255) = 15.30%
R=36.14%
G=48.57%
B=15.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal189254800.2600.690.0082.4198.8665.49
HexBDFE501A0450526341
Octal2753761203201050122143101
Binary1011110111111110101000011010010001010101001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE50; }

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

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

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

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

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

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

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

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