Html Css Color HEX #AFDD19 Inch Worm

📋 copy color: '#AFDD19'

red 175 ◦ green 221 ◦ blue 25

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

Shades of Inch Worm #AFDD19

Tints of Inch Worm #AFDD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.94%

R = 41.57%
G = 52.49%
B = 5.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#AFDD19 (or 0xAFDD19) is known color: Inch Worm. HEX triplet: AF, DD and 19. RGB value is (175,221,25). Sum of RGB (Red+Green+Blue) = 175+221+25=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD19 is #5022E6. Grayscale: #B9B9B9. Windows color (decimal): -5251815 or 1695151. OLE color: 1695151.

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

Color convert

RGB 175 221 25 -
CMYK 0.21 0 0.89 0.13
HSL 74.08º 0.8% 0.48% -
HSV(B) 74.08º 0.89% 0.87% -
XYZ 43.71 60.9 10.37 -
YUV 184.9 37.76 120.94 -
System Red Green Blue C M Y K H S L
Decimal 175 221 25 0.21 0 0.89 0.13 74.08 0.8 0.48
Hex AF DD 19 15 0 59 D 4A 50 30
Octal 257 335 31 25 0 131 15 112 120 60
Binary 10101111 11011101 11001 10101 0 1011001 1101 1001010 1010000 110000

Color Harmonies of #AFDD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD19

Black with #AFDD19

Text Example


Text Example

White with #AFDD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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