Html Css Color HEX #ABD500 Inch Worm

📋 copy color: '#ABD500'

red 171 ◦ green 213 ◦ blue 0

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

Shades of Inch Worm #ABD500

Tints of Inch Worm #ABD500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.53%
G = 55.47%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#ABD500 (or 0xABD500) is known color: Inch Worm. HEX triplet: AB, D5 and 00. RGB value is (171,213,0). Sum of RGB (Red+Green+Blue) = 171+213+0=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABD500 is #542AFF. Grayscale: #B0B0B0. Windows color (decimal): -5516032 or 54699. OLE color: 54699.

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

Color convert

RGB 171 213 0 -
CMYK 0.20 0 1 0.16
HSL 71.83º 1% 0.42% -
HSV(B) 71.83º 1% 0.84% -
XYZ 40.59 56.25 8.72 -
YUV 176.16 28.59 124.32 -
System Red Green Blue C M Y K H S L
Decimal 171 213 0 0.20 0 1 0.16 71.83 1 0.42
Hex AB D5 0 14 0 64 10 48 64 2A
Octal 253 325 0 24 0 144 20 110 144 52
Binary 10101011 11010101 0 10100 0 1100100 10000 1001000 1100100 101010

Color Harmonies of #ABD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD500

Black with #ABD500

Text Example


Text Example

White with #ABD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD500; }

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

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

background-color css

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

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

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

border-color css

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

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

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