Html Css Color HEX #ADD500 Inch Worm

📋 copy color: '#ADD500'

red 173 ◦ green 213 ◦ blue 0

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

Shades of Inch Worm #ADD500

Tints of Inch Worm #ADD500

RGB

 RED value IS 173 (67.97% from 255) = 44.82%

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

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

R = 44.82%
G = 55.18%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#ADD500 (or 0xADD500) is known color: Inch Worm. HEX triplet: AD, D5 and 00. RGB value is (173,213,0). Sum of RGB (Red+Green+Blue) = 173+213+0=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 213 (83.59% from 255 or 55.18% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD500 is #522AFF. Grayscale: #B1B1B1. Windows color (decimal): -5384960 or 54701. OLE color: 54701.

HSL color Cylindrical-coordinate representation of color #ADD500: hue angle of 71.27º 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 #ADD500 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 0 -
CMYK 0.19 0 1 0.16
HSL 71.27º 1% 0.42% -
HSV(B) 71.27º 1% 0.84% -
XYZ 41.03 56.47 8.74 -
YUV 176.76 28.25 125.32 -
System Red Green Blue C M Y K H S L
Decimal 173 213 0 0.19 0 1 0.16 71.27 1 0.42
Hex AD D5 0 13 0 64 10 47 64 2A
Octal 255 325 0 23 0 144 20 107 144 52
Binary 10101101 11010101 0 10011 0 1100100 10000 1000111 1100100 101010

Color Harmonies of #ADD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD500

Black with #ADD500

Text Example


Text Example

White with #ADD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD500; }

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

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

background-color css

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

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

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

border-color css

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

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

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