#BDED51

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

Shades of Conifer #BDED51

Tints of Conifer #BDED51

Color information

#BDED51 (or 0xBDED51) is unknown color: approx Conifer. HEX triplet: BD, ED and 51. RGB value is (189,237,81). Sum of RGB (Red+Green+Blue) = 189+237+81=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED51 is #4212AE. Grayscale: #CDCDCD. Windows color (decimal): -4330159 or 5369277. OLE color: 5369277.

HSL color Cylindrical-coordinate representation of color #BDED51: hue angle of 78.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDED51 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB18923781-
CMYK0.2000.660.07
HSL78.46º81.25%62.35%-
HSV(B)78.46º65.82%92.94%-
XYZ52.7671.9818.9-
YUV204.8658.1116.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 237 (92.97% from 255) = 46.75%
BLUE value IS 81 (32.03% from 255) = 15.98%
R=37.28%
G=46.75%
B=15.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189237810.2000.660.0778.4681.2562.35
HexBDED511404274e513e
Octal275355121240102711612176
Binary10111101111011011010001101000100001011110011101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDED51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDED51; }

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

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

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

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

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

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

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

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