Html Css Color HEX #AFE021 Inch Worm

📋 copy color: '#AFE021'

red 175 ◦ green 224 ◦ blue 33

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

Shades of Inch Worm #AFE021

Tints of Inch Worm #AFE021

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.85%

 BLUE value IS 33 (13.28% from 255) = 7.64%

R = 40.51%
G = 51.85%
B = 7.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#AFE021 (or 0xAFE021) is known color: Inch Worm. HEX triplet: AF, E0 and 21. RGB value is (175,224,33). Sum of RGB (Red+Green+Blue) = 175+224+33=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE021 is #501FDE. Grayscale: #BCBCBC. Windows color (decimal): -5251039 or 2220207. OLE color: 2220207.

HSL color Cylindrical-coordinate representation of color #AFE021: hue angle of 75.39º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFE021 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 33 -
CMYK 0.22 0 0.85 0.12
HSL 75.39º 0.75% 0.5% -
HSV(B) 75.39º 0.85% 0.88% -
XYZ 44.61 62.54 11.16 -
YUV 187.58 40.77 119.03 -
System Red Green Blue C M Y K H S L
Decimal 175 224 33 0.22 0 0.85 0.12 75.39 0.75 0.5
Hex AF E0 21 16 0 55 C 4B 4B 32
Octal 257 340 41 26 0 125 14 113 113 62
Binary 10101111 11100000 100001 10110 0 1010101 1100 1001011 1001011 110010

Color Harmonies of #AFE021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE021

Black with #AFE021

Text Example


Text Example

White with #AFE021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE021; }

 p { color: rgb(175,224,33); }

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

background-color css

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

 a { background-color: rgb(175,224,33); }

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

border-color css

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

 span { border-color: rgb(175,224,33); }

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