Html Css Color HEX #AFE505 Inch Worm

📋 copy color: '#AFE505'

red 175 ◦ green 229 ◦ blue 5

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

Shades of Inch Worm #AFE505

Tints of Inch Worm #AFE505

RGB

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

 GREEN value IS 229 (89.84% from 255) = 55.99%

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

R = 42.79%
G = 55.99%
B = 1.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#AFE505 (or 0xAFE505) is known color: Inch Worm. HEX triplet: AF, E5 and 05. RGB value is (175,229,5). Sum of RGB (Red+Green+Blue) = 175+229+5=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 229 (89.84% from 255 or 55.99% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE505 is #501AFA. Grayscale: #BCBCBC. Windows color (decimal): -5249787 or 386479. OLE color: 386479.

HSL color Cylindrical-coordinate representation of color #AFE505: hue angle of 74.46º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFE505 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 5 -
CMYK 0.24 0 0.98 0.10
HSL 74.46º 0.96% 0.46% -
HSV(B) 74.46º 0.98% 0.9% -
XYZ 45.73 65.16 10.31 -
YUV 187.32 25.11 119.21 -
System Red Green Blue C M Y K H S L
Decimal 175 229 5 0.24 0 0.98 0.10 74.46 0.96 0.46
Hex AF E5 5 18 0 62 A 4A 60 2E
Octal 257 345 5 30 0 142 12 112 140 56
Binary 10101111 11100101 101 11000 0 1100010 1010 1001010 1100000 101110

Color Harmonies of #AFE505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE505

Black with #AFE505

Text Example


Text Example

White with #AFE505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE505; }

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

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

background-color css

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

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

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

border-color css

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

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

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