Html Css Color HEX #AFE402 Inch Worm

📋 copy color: '#AFE402'

red 175 ◦ green 228 ◦ blue 2

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

Shades of Inch Worm #AFE402

Tints of Inch Worm #AFE402

RGB

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

 GREEN value IS 228 (89.45% from 255) = 56.3%

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

R = 43.21%
G = 56.3%
B = 0.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#AFE402 (or 0xAFE402) is known color: Inch Worm. HEX triplet: AF, E4 and 02. RGB value is (175,228,2). Sum of RGB (Red+Green+Blue) = 175+228+2=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 228 (89.45% from 255 or 56.30% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE402 is #501BFD. Grayscale: #BBBBBB. Windows color (decimal): -5250046 or 189615. OLE color: 189615.

HSL color Cylindrical-coordinate representation of color #AFE402: hue angle of 74.07º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFE402 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 2 -
CMYK 0.23 0 0.99 0.11
HSL 74.07º 0.98% 0.45% -
HSV(B) 74.07º 0.99% 0.89% -
XYZ 45.43 64.61 10.13 -
YUV 186.39 23.94 119.88 -
System Red Green Blue C M Y K H S L
Decimal 175 228 2 0.23 0 0.99 0.11 74.07 0.98 0.45
Hex AF E4 2 17 0 63 B 4A 62 2D
Octal 257 344 2 27 0 143 13 112 142 55
Binary 10101111 11100100 10 10111 0 1100011 1011 1001010 1100010 101101

Color Harmonies of #AFE402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE402

Black with #AFE402

Text Example


Text Example

White with #AFE402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE402; }

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

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

background-color css

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

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

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

border-color css

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

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

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