Html Css Color HEX #AFE420 Inch Worm

📋 copy color: '#AFE420'

red 175 ◦ green 228 ◦ blue 32

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

Shades of Inch Worm #AFE420

Tints of Inch Worm #AFE420

RGB

 RED value IS 175 (68.75% from 255) = 40.23%

 GREEN value IS 228 (89.45% from 255) = 52.41%

 BLUE value IS 32 (12.89% from 255) = 7.36%

R = 40.23%
G = 52.41%
B = 7.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#AFE420 (or 0xAFE420) is known color: Inch Worm. HEX triplet: AF, E4 and 20. RGB value is (175,228,32). Sum of RGB (Red+Green+Blue) = 175+228+32=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 228 (89.45% from 255 or 52.41% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE420 is #501BDF. Grayscale: #BEBEBE. Windows color (decimal): -5250016 or 2155695. OLE color: 2155695.

HSL color Cylindrical-coordinate representation of color #AFE420: hue angle of 76.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFE420 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 32 -
CMYK 0.23 0 0.86 0.11
HSL 76.22º 0.78% 0.51% -
HSV(B) 76.22º 0.86% 0.89% -
XYZ 45.68 64.71 11.45 -
YUV 189.81 38.94 117.44 -
System Red Green Blue C M Y K H S L
Decimal 175 228 32 0.23 0 0.86 0.11 76.22 0.78 0.51
Hex AF E4 20 17 0 56 B 4C 4E 33
Octal 257 344 40 27 0 126 13 114 116 63
Binary 10101111 11100100 100000 10111 0 1010110 1011 1001100 1001110 110011

Color Harmonies of #AFE420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE420

Black with #AFE420

Text Example


Text Example

White with #AFE420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE420; }

 p { color: rgb(175,228,32); }

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

background-color css

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

 a { background-color: rgb(175,228,32); }

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

border-color css

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

 span { border-color: rgb(175,228,32); }

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