Html Css Color HEX #AFDD29 Inch Worm

📋 copy color: '#AFDD29'

red 175 ◦ green 221 ◦ blue 41

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

Shades of Inch Worm #AFDD29

Tints of Inch Worm #AFDD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.38%

R = 40.05%
G = 50.57%
B = 9.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#AFDD29 (or 0xAFDD29) is known color: Inch Worm. HEX triplet: AF, DD and 29. RGB value is (175,221,41). Sum of RGB (Red+Green+Blue) = 175+221+41=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD29 is #5022D6. Grayscale: #BBBBBB. Windows color (decimal): -5251799 or 2743727. OLE color: 2743727.

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

Color convert

RGB 175 221 41 -
CMYK 0.21 0 0.81 0.13
HSL 75.33º 0.73% 0.51% -
HSV(B) 75.33º 0.81% 0.87% -
XYZ 43.94 60.99 11.55 -
YUV 186.73 45.76 119.64 -
System Red Green Blue C M Y K H S L
Decimal 175 221 41 0.21 0 0.81 0.13 75.33 0.73 0.51
Hex AF DD 29 15 0 51 D 4B 49 33
Octal 257 335 51 25 0 121 15 113 111 63
Binary 10101111 11011101 101001 10101 0 1010001 1101 1001011 1001001 110011

Color Harmonies of #AFDD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD29

Black with #AFDD29

Text Example


Text Example

White with #AFDD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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