Html Css Color HEX #AFDD28 Inch Worm

📋 copy color: '#AFDD28'

red 175 ◦ green 221 ◦ blue 40

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

Shades of Inch Worm #AFDD28

Tints of Inch Worm #AFDD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.17%

R = 40.14%
G = 50.69%
B = 9.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#AFDD28 (or 0xAFDD28) is known color: Inch Worm. HEX triplet: AF, DD and 28. RGB value is (175,221,40). Sum of RGB (Red+Green+Blue) = 175+221+40=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD28 is #5022D7. Grayscale: #BBBBBB. Windows color (decimal): -5251800 or 2678191. OLE color: 2678191.

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

Color convert

RGB 175 221 40 -
CMYK 0.21 0 0.82 0.13
HSL 75.25º 0.73% 0.51% -
HSV(B) 75.25º 0.82% 0.87% -
XYZ 43.92 60.98 11.46 -
YUV 186.61 45.26 119.72 -
System Red Green Blue C M Y K H S L
Decimal 175 221 40 0.21 0 0.82 0.13 75.25 0.73 0.51
Hex AF DD 28 15 0 52 D 4B 49 33
Octal 257 335 50 25 0 122 15 113 111 63
Binary 10101111 11011101 101000 10101 0 1010010 1101 1001011 1001001 110011

Color Harmonies of #AFDD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD28

Black with #AFDD28

Text Example


Text Example

White with #AFDD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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