Html Css Color HEX #AFDA1D Inch Worm

📋 copy color: '#AFDA1D'

red 175 ◦ green 218 ◦ blue 29

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

Shades of Inch Worm #AFDA1D

Tints of Inch Worm #AFDA1D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.66%

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

R = 41.47%
G = 51.66%
B = 6.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#AFDA1D (or 0xAFDA1D) is known color: Inch Worm. HEX triplet: AF, DA and 1D. RGB value is (175,218,29). Sum of RGB (Red+Green+Blue) = 175+218+29=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA1D is #5025E2. Grayscale: #B8B8B8. Windows color (decimal): -5252579 or 1956527. OLE color: 1956527.

HSL color Cylindrical-coordinate representation of color #AFDA1D: hue angle of 73.65º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFDA1D is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 29 -
CMYK 0.20 0 0.87 0.15
HSL 73.65º 0.77% 0.48% -
HSV(B) 73.65º 0.87% 0.85% -
XYZ 42.97 59.35 10.35 -
YUV 183.6 40.75 121.87 -
System Red Green Blue C M Y K H S L
Decimal 175 218 29 0.20 0 0.87 0.15 73.65 0.77 0.48
Hex AF DA 1D 14 0 57 F 4A 4D 30
Octal 257 332 35 24 0 127 17 112 115 60
Binary 10101111 11011010 11101 10100 0 1010111 1111 1001010 1001101 110000

Color Harmonies of #AFDA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA1D

Black with #AFDA1D

Text Example


Text Example

White with #AFDA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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