#ABED50

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

Shades of Conifer #ABED50

Tints of Conifer #ABED50

Color information

#ABED50 (or 0xABED50) is unknown color: approx Conifer. HEX triplet: AB, ED and 50. RGB value is (171,237,80). Sum of RGB (Red+Green+Blue) = 171+237+80=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABED50 is #5412AF. Grayscale: #C7C7C7. Windows color (decimal): -5509808 or 5303723. OLE color: 5303723.

HSL color Cylindrical-coordinate representation of color #ABED50: hue angle of 85.22º 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 #ABED50 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB17123780-
CMYK0.2800.660.07
HSL85.22º81.35%62.16%-
HSV(B)85.22º66.24%92.94%-
XYZ48.5369.8118.51-
YUV199.3760.63107.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 237 (92.97% from 255) = 48.57%
BLUE value IS 80 (31.64% from 255) = 16.39%
R=35.04%
G=48.57%
B=16.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171237800.2800.660.0785.2281.3562.16
HexABED501C042755513e
Octal253355120340102712512176
Binary10101011111011011010000111000100001011110101011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABED50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABED50; }

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

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

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

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

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

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

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

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