#AFDF07

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

Shades of Inch Worm #AFDF07

Tints of Inch Worm #AFDF07

Color information

#AFDF07 (or 0xAFDF07) is unknown color: approx Inch Worm. HEX triplet: AF, DF and 07. RGB value is (175,223,7). Sum of RGB (Red+Green+Blue) = 175+223+7=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF07 is #5020F8. Grayscale: #B8B8B8. Windows color (decimal): -5251321 or 516015. OLE color: 516015.

HSL color Cylindrical-coordinate representation of color #AFDF07: hue angle of 73.33º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFDF07 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB1752237-
CMYK0.2200.970.13
HSL73.33º93.91%45.1%-
HSV(B)73.33º96.86%87.45%-
XYZ44.1161.99.83-
YUV184.0228.1121.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 223 (87.5% from 255) = 55.06%
BLUE value IS 7 (3.12% from 255) = 1.73%
R=43.21%
G=55.06%
B=1.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17522370.2200.970.1373.3393.9145.1
HexAFDF716061D495e2d
Octal25733772601411511113655
Binary10101111110111111111011001100001110110010011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF07; }

 p { color: rgb(175,223,7); }

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

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

 a { background-color: rgb(175,223,7); }

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

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

 span { border-color: rgb(175,223,7); }

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