Html Css Color HEX #AFE503 Inch Worm

📋 copy color: '#AFE503'

red 175 ◦ green 229 ◦ blue 3

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

Shades of Inch Worm #AFE503

Tints of Inch Worm #AFE503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 43%
G = 56.27%
B = 0.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#AFE503 (or 0xAFE503) is known color: Inch Worm. HEX triplet: AF, E5 and 03. RGB value is (175,229,3). Sum of RGB (Red+Green+Blue) = 175+229+3=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 229 (89.84% from 255 or 56.27% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE503 is #501AFC. Grayscale: #BBBBBB. Windows color (decimal): -5249789 or 255407. OLE color: 255407.

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

Color convert

RGB 175 229 3 -
CMYK 0.24 0 0.99 0.10
HSL 74.34º 0.97% 0.45% -
HSV(B) 74.34º 0.99% 0.9% -
XYZ 45.71 65.16 10.25 -
YUV 187.09 24.11 119.38 -
System Red Green Blue C M Y K H S L
Decimal 175 229 3 0.24 0 0.99 0.10 74.34 0.97 0.45
Hex AF E5 3 18 0 63 A 4A 61 2D
Octal 257 345 3 30 0 143 12 112 141 55
Binary 10101111 11100101 11 11000 0 1100011 1010 1001010 1100001 101101

Color Harmonies of #AFE503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE503

Black with #AFE503

Text Example


Text Example

White with #AFE503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE503; }

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

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

background-color css

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

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

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

border-color css

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

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

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