Html Css Color HEX #AFE329 Inch Worm

📋 copy color: '#AFE329'

red 175 ◦ green 227 ◦ blue 41

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

Shades of Inch Worm #AFE329

Tints of Inch Worm #AFE329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.26%

R = 39.5%
G = 51.24%
B = 9.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#AFE329 (or 0xAFE329) is known color: Inch Worm. HEX triplet: AF, E3 and 29. RGB value is (175,227,41). Sum of RGB (Red+Green+Blue) = 175+227+41=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE329 is #501CD6. Grayscale: #BEBEBE. Windows color (decimal): -5250263 or 2745263. OLE color: 2745263.

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

Color convert

RGB 175 227 41 -
CMYK 0.23 0 0.82 0.11
HSL 76.77º 0.77% 0.53% -
HSV(B) 76.77º 0.82% 0.89% -
XYZ 45.55 64.21 12.09 -
YUV 190.25 43.77 117.12 -
System Red Green Blue C M Y K H S L
Decimal 175 227 41 0.23 0 0.82 0.11 76.77 0.77 0.53
Hex AF E3 29 17 0 52 B 4D 4D 35
Octal 257 343 51 27 0 122 13 115 115 65
Binary 10101111 11100011 101001 10111 0 1010010 1011 1001101 1001101 110101

Color Harmonies of #AFE329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE329

Black with #AFE329

Text Example


Text Example

White with #AFE329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE329; }

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

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

background-color css

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

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

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

border-color css

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

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

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