Html Css Color HEX #AFE411 Inch Worm

📋 copy color: '#AFE411'

red 175 ◦ green 228 ◦ blue 17

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

Shades of Inch Worm #AFE411

Tints of Inch Worm #AFE411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.05%

R = 41.67%
G = 54.29%
B = 4.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#AFE411 (or 0xAFE411) is known color: Inch Worm. HEX triplet: AF, E4 and 11. RGB value is (175,228,17). Sum of RGB (Red+Green+Blue) = 175+228+17=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 228 (89.45% from 255 or 54.29% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE411 is #501BEE. Grayscale: #BCBCBC. Windows color (decimal): -5250031 or 1172655. OLE color: 1172655.

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

Color convert

RGB 175 228 17 -
CMYK 0.23 0 0.93 0.11
HSL 75.07º 0.86% 0.48% -
HSV(B) 75.07º 0.93% 0.89% -
XYZ 45.52 64.64 10.61 -
YUV 188.1 31.44 118.66 -
System Red Green Blue C M Y K H S L
Decimal 175 228 17 0.23 0 0.93 0.11 75.07 0.86 0.48
Hex AF E4 11 17 0 5D B 4B 56 30
Octal 257 344 21 27 0 135 13 113 126 60
Binary 10101111 11100100 10001 10111 0 1011101 1011 1001011 1010110 110000

Color Harmonies of #AFE411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE411

Black with #AFE411

Text Example


Text Example

White with #AFE411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE411; }

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

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

background-color css

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

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

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

border-color css

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

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

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