#AFDE29

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

Shades of Inch Worm #AFDE29

Tints of Inch Worm #AFDE29

Color information

#AFDE29 (or 0xAFDE29) is unknown color: approx Inch Worm. HEX triplet: AF, DE and 29. RGB value is (175,222,41). Sum of RGB (Red+Green+Blue) = 175+222+41=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE29 is #5021D6. Grayscale: #BBBBBB. Windows color (decimal): -5251543 or 2743983. OLE color: 2743983.

HSL color Cylindrical-coordinate representation of color #AFDE29: hue angle of 75.58º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFDE29 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB17522241-
CMYK0.2100.820.13
HSL75.58º73.28%51.57%-
HSV(B)75.58º81.53%87.06%-
XYZ44.261.5211.64-
YUV187.3145.43119.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 222 (87.11% from 255) = 50.68%
BLUE value IS 41 (16.41% from 255) = 9.36%
R=39.95%
G=50.68%
B=9.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175222410.2100.820.1375.5873.2851.57
HexAFDE2915052D4c4934
Octal257336512501221511411164
Binary10101111110111101010011010101010010110110011001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDE29; }

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

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

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

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

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

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

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

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