Html Css Color HEX #AFDD20 Inch Worm

📋 copy color: '#AFDD20'

red 175 ◦ green 221 ◦ blue 32

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

Shades of Inch Worm #AFDD20

Tints of Inch Worm #AFDD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.48%

R = 40.89%
G = 51.64%
B = 7.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#AFDD20 (or 0xAFDD20) is known color: Inch Worm. HEX triplet: AF, DD and 20. RGB value is (175,221,32). Sum of RGB (Red+Green+Blue) = 175+221+32=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD20 is #5022DF. Grayscale: #BABABA. Windows color (decimal): -5251808 or 2153903. OLE color: 2153903.

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

Color convert

RGB 175 221 32 -
CMYK 0.21 0 0.86 0.13
HSL 74.6º 0.75% 0.5% -
HSV(B) 74.6º 0.86% 0.87% -
XYZ 43.8 60.93 10.82 -
YUV 185.7 41.26 120.37 -
System Red Green Blue C M Y K H S L
Decimal 175 221 32 0.21 0 0.86 0.13 74.6 0.75 0.5
Hex AF DD 20 15 0 56 D 4B 4B 32
Octal 257 335 40 25 0 126 15 113 113 62
Binary 10101111 11011101 100000 10101 0 1010110 1101 1001011 1001011 110010

Color Harmonies of #AFDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD20

Black with #AFDD20

Text Example


Text Example

White with #AFDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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