Html Css Color HEX #AFDD17 Inch Worm

📋 copy color: '#AFDD17'

red 175 ◦ green 221 ◦ blue 23

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

Shades of Inch Worm #AFDD17

Tints of Inch Worm #AFDD17

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.74%

 BLUE value IS 23 (9.38% from 255) = 5.49%

R = 41.77%
G = 52.74%
B = 5.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#AFDD17 (or 0xAFDD17) is known color: Inch Worm. HEX triplet: AF, DD and 17. RGB value is (175,221,23). Sum of RGB (Red+Green+Blue) = 175+221+23=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 23 (9.38% from 255 or 5.49% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD17 is #5022E8. Grayscale: #B9B9B9. Windows color (decimal): -5251817 or 1564079. OLE color: 1564079.

HSL color Cylindrical-coordinate representation of color #AFDD17: hue angle of 73.94º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFDD17 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 23 -
CMYK 0.21 0 0.90 0.13
HSL 73.94º 0.81% 0.48% -
HSV(B) 73.94º 0.9% 0.87% -
XYZ 43.69 60.89 10.26 -
YUV 184.67 36.76 121.1 -
System Red Green Blue C M Y K H S L
Decimal 175 221 23 0.21 0 0.90 0.13 73.94 0.81 0.48
Hex AF DD 17 15 0 5A D 4A 51 30
Octal 257 335 27 25 0 132 15 112 121 60
Binary 10101111 11011101 10111 10101 0 1011010 1101 1001010 1010001 110000

Color Harmonies of #AFDD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD17

Black with #AFDD17

Text Example


Text Example

White with #AFDD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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