#BDFD51

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

Shades of Conifer #BDFD51

Tints of Conifer #BDFD51

Color information

#BDFD51 (or 0xBDFD51) is unknown color: approx Conifer. HEX triplet: BD, FD and 51. RGB value is (189,253,81). Sum of RGB (Red+Green+Blue) = 189+253+81=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD51 is #4202AE. Grayscale: #D6D6D6. Windows color (decimal): -4326063 or 5373373. OLE color: 5373373.

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

Color convert

RGB18925381-
CMYK0.2500.680.01
HSL82.33º97.73%65.49%-
HSV(B)82.33º67.98%99.22%-
XYZ57.681.6620.51-
YUV214.2652.8109.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 253 (99.22% from 255) = 48.37%
BLUE value IS 81 (32.03% from 255) = 15.49%
R=36.14%
G=48.37%
B=15.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal189253810.2500.680.0182.3397.7365.49
HexBDFD51190441526241
Octal2753751213101041122142101
Binary1011110111111101101000111001010001001101001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD51; }

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

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

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

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

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

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

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

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