Html Css Color HEX #AFE32B Inch Worm

📋 copy color: '#AFE32B'

red 175 ◦ green 227 ◦ blue 43

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

Shades of Inch Worm #AFE32B

Tints of Inch Worm #AFE32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.66%

R = 39.33%
G = 51.01%
B = 9.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#AFE32B (or 0xAFE32B) is known color: Inch Worm. HEX triplet: AF, E3 and 2B. RGB value is (175,227,43). Sum of RGB (Red+Green+Blue) = 175+227+43=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE32B is #501CD4. Grayscale: #BFBFBF. Windows color (decimal): -5250261 or 2876335. OLE color: 2876335.

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

Color convert

RGB 175 227 43 -
CMYK 0.23 0 0.81 0.11
HSL 76.96º 0.77% 0.53% -
HSV(B) 76.96º 0.81% 0.89% -
XYZ 45.58 64.23 12.28 -
YUV 190.48 44.77 116.96 -
System Red Green Blue C M Y K H S L
Decimal 175 227 43 0.23 0 0.81 0.11 76.96 0.77 0.53
Hex AF E3 2B 17 0 51 B 4D 4D 35
Octal 257 343 53 27 0 121 13 115 115 65
Binary 10101111 11100011 101011 10111 0 1010001 1011 1001101 1001101 110101

Color Harmonies of #AFE32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE32B

Black with #AFE32B

Text Example


Text Example

White with #AFE32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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