Html Css Color HEX #AFE811 Inch Worm

📋 copy color: '#AFE811'

red 175 ◦ green 232 ◦ blue 17

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

Shades of Inch Worm #AFE811

Tints of Inch Worm #AFE811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.01%

R = 41.27%
G = 54.72%
B = 4.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#AFE811 (or 0xAFE811) is known color: Inch Worm. HEX triplet: AF, E8 and 11. RGB value is (175,232,17). Sum of RGB (Red+Green+Blue) = 175+232+17=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE811 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE811 is #5017EE. Grayscale: #BFBFBF. Windows color (decimal): -5249007 or 1173679. OLE color: 1173679.

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

Color convert

RGB 175 232 17 -
CMYK 0.25 0 0.93 0.09
HSL 75.91º 0.86% 0.49% -
HSV(B) 75.91º 0.93% 0.91% -
XYZ 46.64 66.87 10.98 -
YUV 190.45 30.12 116.98 -
System Red Green Blue C M Y K H S L
Decimal 175 232 17 0.25 0 0.93 0.09 75.91 0.86 0.49
Hex AF E8 11 19 0 5D 9 4C 56 31
Octal 257 350 21 31 0 135 11 114 126 61
Binary 10101111 11101000 10001 11001 0 1011101 1001 1001100 1010110 110001

Color Harmonies of #AFE811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE811

Black with #AFE811

Text Example


Text Example

White with #AFE811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE811; }

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

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

background-color css

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

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

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

border-color css

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

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

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