Html Css Color HEX #AFDF11 Inch Worm

📋 copy color: '#AFDF11'

red 175 ◦ green 223 ◦ blue 17

#AFDF11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #AFDF11

Tints of Inch Worm #AFDF11

RGB

 RED value IS 175 (68.75% from 255) = 42.17%

 GREEN value IS 223 (87.5% from 255) = 53.73%

 BLUE value IS 17 (7.03% from 255) = 4.1%

R = 42.17%
G = 53.73%
B = 4.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#AFDF11 (or 0xAFDF11) is known color: Inch Worm. HEX triplet: AF, DF and 11. RGB value is (175,223,17). Sum of RGB (Red+Green+Blue) = 175+223+17=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF11 is #5020EE. Grayscale: #B9B9B9. Windows color (decimal): -5251311 or 1171375. OLE color: 1171375.

HSL color Cylindrical-coordinate representation of color #AFDF11: hue angle of 73.98º 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 #AFDF11 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 17 -
CMYK 0.22 0 0.92 0.13
HSL 73.98º 0.86% 0.47% -
HSV(B) 73.98º 0.92% 0.87% -
XYZ 44.17 61.93 10.16 -
YUV 185.16 33.1 120.75 -
System Red Green Blue C M Y K H S L
Decimal 175 223 17 0.22 0 0.92 0.13 73.98 0.86 0.47
Hex AF DF 11 16 0 5C D 4A 56 2F
Octal 257 337 21 26 0 134 15 112 126 57
Binary 10101111 11011111 10001 10110 0 1011100 1101 1001010 1010110 101111

Color Harmonies of #AFDF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF11

Black with #AFDF11

Text Example


Text Example

White with #AFDF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF11; }

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

 H1.HeaderClassName
 {
   color: #AFDF11;
 }
 .AnyTagClassName
 {
   color: #AFDF11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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