Html Css Color HEX #AFDD1D Inch Worm

📋 copy color: '#AFDD1D'

red 175 ◦ green 221 ◦ blue 29

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

Shades of Inch Worm #AFDD1D

Tints of Inch Worm #AFDD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.82%

R = 41.18%
G = 52%
B = 6.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#AFDD1D (or 0xAFDD1D) is known color: Inch Worm. HEX triplet: AF, DD and 1D. RGB value is (175,221,29). Sum of RGB (Red+Green+Blue) = 175+221+29=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD1D is #5022E2. Grayscale: #BABABA. Windows color (decimal): -5251811 or 1957295. OLE color: 1957295.

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

Color convert

RGB 175 221 29 -
CMYK 0.21 0 0.87 0.13
HSL 74.37º 0.77% 0.49% -
HSV(B) 74.37º 0.87% 0.87% -
XYZ 43.76 60.92 10.61 -
YUV 185.36 39.76 120.61 -
System Red Green Blue C M Y K H S L
Decimal 175 221 29 0.21 0 0.87 0.13 74.37 0.77 0.49
Hex AF DD 1D 15 0 57 D 4A 4D 31
Octal 257 335 35 25 0 127 15 112 115 61
Binary 10101111 11011101 11101 10101 0 1010111 1101 1001010 1001101 110001

Color Harmonies of #AFDD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD1D

Black with #AFDD1D

Text Example


Text Example

White with #AFDD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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