#ABDE58

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

Shades of Conifer #ABDE58

Tints of Conifer #ABDE58

Color information

#ABDE58 (or 0xABDE58) is unknown color: approx Conifer. HEX triplet: AB, DE and 58. RGB value is (171,222,88). Sum of RGB (Red+Green+Blue) = 171+222+88=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE58 is #5421A7. Grayscale: #BFBFBF. Windows color (decimal): -5513640 or 5824171. OLE color: 5824171.

HSL color Cylindrical-coordinate representation of color #ABDE58: hue angle of 82.84º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABDE58 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB17122288-
CMYK0.2300.600.13
HSL82.84º67%60.78%-
HSV(B)82.84º60.36%87.06%-
XYZ44.6861.6118.77-
YUV191.4869.6113.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 222 (87.11% from 255) = 46.15%
BLUE value IS 88 (34.77% from 255) = 18.30%
R=35.55%
G=46.15%
B=18.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171222880.2300.600.1382.846760.78
HexABDE581703CD53433d
Octal253336130270741512310375
Binary10101011110111101011000101110111100110110100111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDE58; }

 p { color: rgb(171,222,88); }

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

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

 a { background-color: rgb(171,222,88); }

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

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

 span { border-color: rgb(171,222,88); }

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