Html Css Color HEX #AFDF29 Inch Worm

📋 copy color: '#AFDF29'

red 175 ◦ green 223 ◦ blue 41

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

Shades of Inch Worm #AFDF29

Tints of Inch Worm #AFDF29

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.8%

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

R = 39.86%
G = 50.8%
B = 9.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#AFDF29 (or 0xAFDF29) is known color: Inch Worm. HEX triplet: AF, DF and 29. RGB value is (175,223,41). Sum of RGB (Red+Green+Blue) = 175+223+41=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF29 is #5020D6. Grayscale: #BCBCBC. Windows color (decimal): -5251287 or 2744239. OLE color: 2744239.

HSL color Cylindrical-coordinate representation of color #AFDF29: hue angle of 75.82º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFDF29 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 41 -
CMYK 0.22 0 0.82 0.13
HSL 75.82º 0.74% 0.52% -
HSV(B) 75.82º 0.82% 0.87% -
XYZ 44.47 62.05 11.73 -
YUV 187.9 45.1 118.8 -
System Red Green Blue C M Y K H S L
Decimal 175 223 41 0.22 0 0.82 0.13 75.82 0.74 0.52
Hex AF DF 29 16 0 52 D 4C 4A 34
Octal 257 337 51 26 0 122 15 114 112 64
Binary 10101111 11011111 101001 10110 0 1010010 1101 1001100 1001010 110100

Color Harmonies of #AFDF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF29

Black with #AFDF29

Text Example


Text Example

White with #AFDF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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