#BDFD57

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

Shades of Conifer #BDFD57

Tints of Conifer #BDFD57

Color information

#BDFD57 (or 0xBDFD57) is unknown color: approx Conifer. HEX triplet: BD, FD and 57. RGB value is (189,253,87). Sum of RGB (Red+Green+Blue) = 189+253+87=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD57 is #4202A8. Grayscale: #D7D7D7. Windows color (decimal): -4326057 or 5766589. OLE color: 5766589.

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

Color convert

RGB18925387-
CMYK0.2500.660.01
HSL83.13º97.65%66.67%-
HSV(B)83.13º65.61%99.22%-
XYZ57.8381.7621.75-
YUV214.9455.8109.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 253 (99.22% from 255) = 47.83%
BLUE value IS 87 (34.38% from 255) = 16.45%
R=35.73%
G=47.83%
B=16.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal189253870.2500.660.0183.1397.6566.67
HexBDFD57190421536243
Octal2753751273101021123142103
Binary1011110111111101101011111001010000101101001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD57; }

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

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

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

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

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

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

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

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