#ABED53

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

Shades of Conifer #ABED53

Tints of Conifer #ABED53

Color information

#ABED53 (or 0xABED53) is unknown color: approx Conifer. HEX triplet: AB, ED and 53. RGB value is (171,237,83). Sum of RGB (Red+Green+Blue) = 171+237+83=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABED53 is #5412AC. Grayscale: #C8C8C8. Windows color (decimal): -5509805 or 5500331. OLE color: 5500331.

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

Color convert

RGB17123783-
CMYK0.2800.650.07
HSL85.71º81.05%62.75%-
HSV(B)85.71º64.98%92.94%-
XYZ48.6469.8519.1-
YUV199.7162.13107.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 237 (92.97% from 255) = 48.27%
BLUE value IS 83 (32.81% from 255) = 16.90%
R=34.83%
G=48.27%
B=16.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171237830.2800.650.0785.7181.0562.75
HexABED531C041756513f
Octal253355123340101712612177
Binary10101011111011011010011111000100000111110101101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABED53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABED53; }

 p { color: rgb(171,237,83); }

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

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

 a { background-color: rgb(171,237,83); }

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

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

 span { border-color: rgb(171,237,83); }

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