#BDFE57

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

Shades of Conifer #BDFE57

Tints of Conifer #BDFE57

Color information

#BDFE57 (or 0xBDFE57) is unknown color: approx Conifer. HEX triplet: BD, FE and 57. RGB value is (189,254,87). Sum of RGB (Red+Green+Blue) = 189+254+87=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 87 (34.38% from 255 or 16.42% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE57 is #4201A8. Grayscale: #D8D8D8. Windows color (decimal): -4325801 or 5766845. OLE color: 5766845.

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

Color convert

RGB18925487-
CMYK0.2600.660.00
HSL83.35º98.82%66.86%-
HSV(B)83.35º65.75%99.61%-
XYZ58.1582.3921.86-
YUV215.5355.47109.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 254 (99.61% from 255) = 47.92%
BLUE value IS 87 (34.38% from 255) = 16.42%
R=35.66%
G=47.92%
B=16.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal189254870.2600.660.0083.3598.8266.86
HexBDFE571A0420536343
Octal2753761273201020123143103
Binary1011110111111110101011111010010000100101001111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE57; }

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

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

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

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

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

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

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

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