Html Css Color HEX #ABD502 Inch Worm

📋 copy color: '#ABD502'

red 171 ◦ green 213 ◦ blue 2

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

Shades of Inch Worm #ABD502

Tints of Inch Worm #ABD502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 55.18%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 44.3%
G = 55.18%
B = 0.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#ABD502 (or 0xABD502) is known color: Inch Worm. HEX triplet: AB, D5 and 02. RGB value is (171,213,2). Sum of RGB (Red+Green+Blue) = 171+213+2=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 213 (83.59% from 255 or 55.18% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABD502 is #542AFD. Grayscale: #B1B1B1. Windows color (decimal): -5516030 or 185771. OLE color: 185771.

HSL color Cylindrical-coordinate representation of color #ABD502: hue angle of 71.94º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABD502 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 213 2 -
CMYK 0.20 0 0.99 0.16
HSL 71.94º 0.98% 0.42% -
HSV(B) 71.94º 0.99% 0.84% -
XYZ 40.6 56.25 8.78 -
YUV 176.39 29.59 124.16 -
System Red Green Blue C M Y K H S L
Decimal 171 213 2 0.20 0 0.99 0.16 71.94 0.98 0.42
Hex AB D5 2 14 0 63 10 48 62 2A
Octal 253 325 2 24 0 143 20 110 142 52
Binary 10101011 11010101 10 10100 0 1100011 10000 1001000 1100010 101010

Color Harmonies of #ABD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD502

Black with #ABD502

Text Example


Text Example

White with #ABD502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD502; }

 p { color: rgb(171,213,2); }

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

background-color css

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

 a { background-color: rgb(171,213,2); }

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

border-color css

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

 span { border-color: rgb(171,213,2); }

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