Html Css Color HEX #AFE005 Inch Worm

📋 copy color: '#AFE005'

red 175 ◦ green 224 ◦ blue 5

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

Shades of Inch Worm #AFE005

Tints of Inch Worm #AFE005

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.45%

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 43.32%
G = 55.45%
B = 1.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#AFE005 (or 0xAFE005) is known color: Inch Worm. HEX triplet: AF, E0 and 05. RGB value is (175,224,5). Sum of RGB (Red+Green+Blue) = 175+224+5=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 224 (87.89% from 255 or 55.45% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE005 is #501FFA. Grayscale: #B9B9B9. Windows color (decimal): -5251067 or 385199. OLE color: 385199.

HSL color Cylindrical-coordinate representation of color #AFE005: hue angle of 73.42º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFE005 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 5 -
CMYK 0.22 0 0.98 0.12
HSL 73.42º 0.96% 0.45% -
HSV(B) 73.42º 0.98% 0.88% -
XYZ 44.36 62.44 9.86 -
YUV 184.38 26.77 121.31 -
System Red Green Blue C M Y K H S L
Decimal 175 224 5 0.22 0 0.98 0.12 73.42 0.96 0.45
Hex AF E0 5 16 0 62 C 49 60 2D
Octal 257 340 5 26 0 142 14 111 140 55
Binary 10101111 11100000 101 10110 0 1100010 1100 1001001 1100000 101101

Color Harmonies of #AFE005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE005

Black with #AFE005

Text Example


Text Example

White with #AFE005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE005; }

 p { color: rgb(175,224,5); }

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

background-color css

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

 a { background-color: rgb(175,224,5); }

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

border-color css

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

 span { border-color: rgb(175,224,5); }

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