Html Css Color HEX #AFE221 Inch Worm

📋 copy color: '#AFE221'

red 175 ◦ green 226 ◦ blue 33

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

Shades of Inch Worm #AFE221

Tints of Inch Worm #AFE221

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.07%

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

R = 40.32%
G = 52.07%
B = 7.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#AFE221 (or 0xAFE221) is known color: Inch Worm. HEX triplet: AF, E2 and 21. RGB value is (175,226,33). Sum of RGB (Red+Green+Blue) = 175+226+33=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE221 is #501DDE. Grayscale: #BDBDBD. Windows color (decimal): -5250527 or 2220719. OLE color: 2220719.

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

Color convert

RGB 175 226 33 -
CMYK 0.23 0 0.85 0.11
HSL 75.85º 0.77% 0.51% -
HSV(B) 75.85º 0.85% 0.89% -
XYZ 45.15 63.62 11.34 -
YUV 188.75 40.1 118.19 -
System Red Green Blue C M Y K H S L
Decimal 175 226 33 0.23 0 0.85 0.11 75.85 0.77 0.51
Hex AF E2 21 17 0 55 B 4C 4D 33
Octal 257 342 41 27 0 125 13 114 115 63
Binary 10101111 11100010 100001 10111 0 1010101 1011 1001100 1001101 110011

Color Harmonies of #AFE221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE221

Black with #AFE221

Text Example


Text Example

White with #AFE221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE221; }

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

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

background-color css

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

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

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

border-color css

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

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

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