Html Css Color HEX #ABDE50 Conifer

📋 copy color: '#ABDE50'

red 171 ◦ green 222 ◦ blue 80

#ABDE50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ABDE50

Tints of Conifer #ABDE50

RGB

 RED value IS 171 (67.19% from 255) = 36.15%

 GREEN value IS 222 (87.11% from 255) = 46.93%

 BLUE value IS 80 (31.64% from 255) = 16.91%

R = 36.15%
G = 46.93%
B = 16.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#ABDE50 (or 0xABDE50) is known color: Conifer. HEX triplet: AB, DE and 50. RGB value is (171,222,80). Sum of RGB (Red+Green+Blue) = 171+222+80=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE50 is #5421AF. Grayscale: #BFBFBF. Windows color (decimal): -5513648 or 5299883. OLE color: 5299883.

HSL color Cylindrical-coordinate representation of color #ABDE50: hue angle of 81.55º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABDE50 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 222 80 -
CMYK 0.23 0 0.64 0.13
HSL 81.55º 0.68% 0.59% -
HSV(B) 81.55º 0.64% 0.87% -
XYZ 44.36 61.48 17.12 -
YUV 190.56 65.6 114.05 -
System Red Green Blue C M Y K H S L
Decimal 171 222 80 0.23 0 0.64 0.13 81.55 0.68 0.59
Hex AB DE 50 17 0 40 D 52 44 3B
Octal 253 336 120 27 0 100 15 122 104 73
Binary 10101011 11011110 1010000 10111 0 1000000 1101 1010010 1000100 111011

Color Harmonies of #ABDE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDE50

Black with #ABDE50

Text Example


Text Example

White with #ABDE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDE50; }

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

 H1.HeaderClassName
 {
   color: #ABDE50;
 }
 .AnyTagClassName
 {
   color: #ABDE50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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