#AFD821

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

Shades of Inch Worm #AFD821

Tints of Inch Worm #AFD821

Color information

#AFD821 (or 0xAFD821) is unknown color: approx Inch Worm. HEX triplet: AF, D8 and 21. RGB value is (175,216,33). Sum of RGB (Red+Green+Blue) = 175+216+33=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD821 is #5027DE. Grayscale: #B7B7B7. Windows color (decimal): -5253087 or 2218159. OLE color: 2218159.

HSL color Cylindrical-coordinate representation of color #AFD821: hue angle of 73.44º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFD821 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB17521633-
CMYK0.1900.850.15
HSL73.44º73.49%48.82%-
HSV(B)73.44º84.72%84.71%-
XYZ42.5158.3410.46-
YUV182.8843.42122.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.27%
GREEN value IS 216 (84.77% from 255) = 50.94%
BLUE value IS 33 (13.28% from 255) = 7.78%
R=41.27%
G=50.94%
B=7.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175216330.1900.850.1573.4473.4948.82
HexAFD82113055F494931
Octal257330412301251711111161
Binary10101111110110001000011001101010101111110010011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD821; }

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

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

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

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

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

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

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

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