Html Css Color HEX #AFE80B Inch Worm

📋 copy color: '#AFE80B'

red 175 ◦ green 232 ◦ blue 11

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

Shades of Inch Worm #AFE80B

Tints of Inch Worm #AFE80B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 55.5%

 BLUE value IS 11 (4.69% from 255) = 2.63%

R = 41.87%
G = 55.5%
B = 2.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#AFE80B (or 0xAFE80B) is known color: Inch Worm. HEX triplet: AF, E8 and 0B. RGB value is (175,232,11). Sum of RGB (Red+Green+Blue) = 175+232+11=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 232 (91.02% from 255 or 55.50% from 418); Blue value is 11 (4.69% from 255 or 2.63% from 418); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE80B is #5017F4. Grayscale: #BEBEBE. Windows color (decimal): -5249013 or 780463. OLE color: 780463.

HSL color Cylindrical-coordinate representation of color #AFE80B: hue angle of 75.48º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFE80B is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 11 -
CMYK 0.25 0 0.95 0.09
HSL 75.48º 0.91% 0.48% -
HSV(B) 75.48º 0.95% 0.91% -
XYZ 46.6 66.85 10.76 -
YUV 189.76 27.12 117.47 -
System Red Green Blue C M Y K H S L
Decimal 175 232 11 0.25 0 0.95 0.09 75.48 0.91 0.48
Hex AF E8 B 19 0 5F 9 4B 5B 30
Octal 257 350 13 31 0 137 11 113 133 60
Binary 10101111 11101000 1011 11001 0 1011111 1001 1001011 1011011 110000

Color Harmonies of #AFE80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE80B

Black with #AFE80B

Text Example


Text Example

White with #AFE80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE80B; }

 p { color: rgb(175,232,11); }

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

background-color css

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

 a { background-color: rgb(175,232,11); }

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

border-color css

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

 span { border-color: rgb(175,232,11); }

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