#AFDD11

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

Shades of Inch Worm #AFDD11

Tints of Inch Worm #AFDD11

Color information

#AFDD11 (or 0xAFDD11) is unknown color: approx Inch Worm. HEX triplet: AF, DD and 11. RGB value is (175,221,17). Sum of RGB (Red+Green+Blue) = 175+221+17=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD11 is #5022EE. Grayscale: #B8B8B8. Windows color (decimal): -5251823 or 1170863. OLE color: 1170863.

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

Color convert

RGB17522117-
CMYK0.2100.920.13
HSL73.53º85.71%46.67%-
HSV(B)73.53º92.31%86.67%-
XYZ43.6460.879.98-
YUV183.9933.76121.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 221 (86.72% from 255) = 53.51%
BLUE value IS 17 (7.03% from 255) = 4.12%
R=42.37%
G=53.51%
B=4.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175221170.2100.920.1373.5385.7146.67
HexAFDD111505CD4a562f
Octal257335212501341511212657
Binary1010111111011101100011010101011100110110010101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDD11; }

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

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

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

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

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

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

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

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