Html Css Color HEX #AFE802 Inch Worm

📋 copy color: '#AFE802'

red 175 ◦ green 232 ◦ blue 2

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

Shades of Inch Worm #AFE802

Tints of Inch Worm #AFE802

RGB

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

 GREEN value IS 232 (91.02% from 255) = 56.72%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 42.79%
G = 56.72%
B = 0.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#AFE802 (or 0xAFE802) is known color: Inch Worm. HEX triplet: AF, E8 and 02. RGB value is (175,232,2). Sum of RGB (Red+Green+Blue) = 175+232+2=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 232 (91.02% from 255 or 56.72% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE802 is #5017FD. Grayscale: #BDBDBD. Windows color (decimal): -5249022 or 190639. OLE color: 190639.

HSL color Cylindrical-coordinate representation of color #AFE802: hue angle of 74.87º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFE802 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 2 -
CMYK 0.25 0 0.99 0.09
HSL 74.87º 0.98% 0.46% -
HSV(B) 74.87º 0.99% 0.91% -
XYZ 46.55 66.83 10.5 -
YUV 188.74 22.62 118.2 -
System Red Green Blue C M Y K H S L
Decimal 175 232 2 0.25 0 0.99 0.09 74.87 0.98 0.46
Hex AF E8 2 19 0 63 9 4B 62 2E
Octal 257 350 2 31 0 143 11 113 142 56
Binary 10101111 11101000 10 11001 0 1100011 1001 1001011 1100010 101110

Color Harmonies of #AFE802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE802

Black with #AFE802

Text Example


Text Example

White with #AFE802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE802; }

 p { color: rgb(175,232,2); }

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

background-color css

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

 a { background-color: rgb(175,232,2); }

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

border-color css

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

 span { border-color: rgb(175,232,2); }

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