Html Css Color HEX #AFE504 Inch Worm

📋 copy color: '#AFE504'

red 175 ◦ green 229 ◦ blue 4

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

Shades of Inch Worm #AFE504

Tints of Inch Worm #AFE504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 42.89%
G = 56.13%
B = 0.98%

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

#AFE504 (or 0xAFE504) is known color: Inch Worm. HEX triplet: AF, E5 and 04. RGB value is (175,229,4). Sum of RGB (Red+Green+Blue) = 175+229+4=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 229 (89.84% from 255 or 56.13% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE504 is #501AFB. Grayscale: #BCBCBC. Windows color (decimal): -5249788 or 320943. OLE color: 320943.

HSL color Cylindrical-coordinate representation of color #AFE504: hue angle of 74.4º degrees, saturation: 0.97, 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 #AFE504 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 4 -
CMYK 0.24 0 0.98 0.10
HSL 74.4º 0.97% 0.46% -
HSV(B) 74.4º 0.98% 0.9% -
XYZ 45.72 65.16 10.28 -
YUV 187.2 24.61 119.3 -
System Red Green Blue C M Y K H S L
Decimal 175 229 4 0.24 0 0.98 0.10 74.4 0.97 0.46
Hex AF E5 4 18 0 62 A 4A 61 2E
Octal 257 345 4 30 0 142 12 112 141 56
Binary 10101111 11100101 100 11000 0 1100010 1010 1001010 1100001 101110

Color Harmonies of #AFE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE504

Black with #AFE504

Text Example


Text Example

White with #AFE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE504; }

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

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

background-color css

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

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

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

border-color css

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

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

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