Html Css Color HEX #AFE121 Inch Worm

📋 copy color: '#AFE121'

red 175 ◦ green 225 ◦ blue 33

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

Shades of Inch Worm #AFE121

Tints of Inch Worm #AFE121

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.96%

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

R = 40.42%
G = 51.96%
B = 7.62%

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

#AFE121 (or 0xAFE121) is known color: Inch Worm. HEX triplet: AF, E1 and 21. RGB value is (175,225,33). Sum of RGB (Red+Green+Blue) = 175+225+33=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE121 is #501EDE. Grayscale: #BCBCBC. Windows color (decimal): -5250783 or 2220463. OLE color: 2220463.

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

Color convert

RGB 175 225 33 -
CMYK 0.22 0 0.85 0.12
HSL 75.63º 0.76% 0.51% -
HSV(B) 75.63º 0.85% 0.88% -
XYZ 44.88 63.07 11.25 -
YUV 188.16 40.44 118.61 -
System Red Green Blue C M Y K H S L
Decimal 175 225 33 0.22 0 0.85 0.12 75.63 0.76 0.51
Hex AF E1 21 16 0 55 C 4C 4C 33
Octal 257 341 41 26 0 125 14 114 114 63
Binary 10101111 11100001 100001 10110 0 1010101 1100 1001100 1001100 110011

Color Harmonies of #AFE121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE121

Black with #AFE121

Text Example


Text Example

White with #AFE121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE121; }

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

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

background-color css

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

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

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

border-color css

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

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

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