#AFEE21

Color #AFEE21 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #AFEE21

Tints of Inch Worm #AFEE21

Color information

#AFEE21 (or 0xAFEE21) is unknown color: approx Inch Worm. HEX triplet: AF, EE and 21. RGB value is (175,238,33). Sum of RGB (Red+Green+Blue) = 175+238+33=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 238 (93.36% from 255 or 53.36% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEE21 is #5011DE. Grayscale: #C4C4C4. Windows color (decimal): -5247455 or 2223791. OLE color: 2223791.

HSL color Cylindrical-coordinate representation of color #AFEE21: hue angle of 78.44º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFEE21 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB17523833-
CMYK0.2600.860.07
HSL78.44º85.77%53.14%-
HSV(B)78.44º86.13%93.33%-
XYZ48.5370.3712.46-
YUV195.7936.13113.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 238 (93.36% from 255) = 53.36%
BLUE value IS 33 (13.28% from 255) = 7.40%
R=39.24%
G=53.36%
B=7.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175238330.2600.860.0778.4485.7753.14
HexAFEE211A05674e5635
Octal25735641320126711612665
Binary1010111111101110100001110100101011011110011101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEE21; }

 p { color: rgb(175,238,33); }

 H1.HeaderClassName
 {
   color: #AFEE21;
 }
 .AnyTagClassName
 {
   color: #AFEE21;
 }
</style>
background-color css

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

 a { background-color: rgb(175,238,33); }

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

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

 span { border-color: rgb(175,238,33); }

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