#BDFE52

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

Shades of Conifer #BDFE52

Tints of Conifer #BDFE52

Color information

#BDFE52 (or 0xBDFE52) is unknown color: approx Conifer. HEX triplet: BD, FE and 52. RGB value is (189,254,82). Sum of RGB (Red+Green+Blue) = 189+254+82=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE52 is #4201AD. Grayscale: #D7D7D7. Windows color (decimal): -4325806 or 5439165. OLE color: 5439165.

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

Color convert

RGB18925482-
CMYK0.2600.680.00
HSL82.67º98.85%65.88%-
HSV(B)82.67º67.72%99.61%-
XYZ57.9582.3120.82-
YUV214.9652.97109.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 254 (99.61% from 255) = 48.38%
BLUE value IS 82 (32.42% from 255) = 15.62%
R=36%
G=48.38%
B=15.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal189254820.2600.680.0082.6798.8565.88
HexBDFE521A0440536342
Octal2753761223201040123143102
Binary1011110111111110101001011010010001000101001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE52; }

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

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

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

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

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

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

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

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