Html Css Color HEX #AFE322 Inch Worm

📋 copy color: '#AFE322'

red 175 ◦ green 227 ◦ blue 34

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

Shades of Inch Worm #AFE322

Tints of Inch Worm #AFE322

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.06%

 BLUE value IS 34 (13.67% from 255) = 7.8%

R = 40.14%
G = 52.06%
B = 7.8%

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

#AFE322 (or 0xAFE322) is known color: Inch Worm. HEX triplet: AF, E3 and 22. RGB value is (175,227,34). Sum of RGB (Red+Green+Blue) = 175+227+34=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 227 (89.06% from 255 or 52.06% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE322 is #501CDD. Grayscale: #BEBEBE. Windows color (decimal): -5250270 or 2286511. OLE color: 2286511.

HSL color Cylindrical-coordinate representation of color #AFE322: hue angle of 76.17º degrees, saturation: 0.78, 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 #AFE322 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 34 -
CMYK 0.23 0 0.85 0.11
HSL 76.17º 0.78% 0.51% -
HSV(B) 76.17º 0.85% 0.89% -
XYZ 45.44 64.17 11.5 -
YUV 189.45 40.27 117.69 -
System Red Green Blue C M Y K H S L
Decimal 175 227 34 0.23 0 0.85 0.11 76.17 0.78 0.51
Hex AF E3 22 17 0 55 B 4C 4E 33
Octal 257 343 42 27 0 125 13 114 116 63
Binary 10101111 11100011 100010 10111 0 1010101 1011 1001100 1001110 110011

Color Harmonies of #AFE322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE322

Black with #AFE322

Text Example


Text Example

White with #AFE322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE322; }

 p { color: rgb(175,227,34); }

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

background-color css

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

 a { background-color: rgb(175,227,34); }

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

border-color css

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

 span { border-color: rgb(175,227,34); }

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