Html Css Color HEX #AFE617 Inch Worm

📋 copy color: '#AFE617'

red 175 ◦ green 230 ◦ blue 23

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

Shades of Inch Worm #AFE617

Tints of Inch Worm #AFE617

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.74%

 BLUE value IS 23 (9.38% from 255) = 5.37%

R = 40.89%
G = 53.74%
B = 5.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.9

 K value IS 0.10

RGB Variations

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

Color information

#AFE617 (or 0xAFE617) is known color: Inch Worm. HEX triplet: AF, E6 and 17. RGB value is (175,230,23). Sum of RGB (Red+Green+Blue) = 175+230+23=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE617 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE617 is #5019E8. Grayscale: #BEBEBE. Windows color (decimal): -5249513 or 1566383. OLE color: 1566383.

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

Color convert

RGB 175 230 23 -
CMYK 0.24 0 0.9 0.10
HSL 75.94º 0.82% 0.5% -
HSV(B) 75.94º 0.9% 0.9% -
XYZ 46.13 65.77 11.07 -
YUV 189.96 33.78 117.33 -
System Red Green Blue C M Y K H S L
Decimal 175 230 23 0.24 0 0.9 0.10 75.94 0.82 0.5
Hex AF E6 17 18 0 5A A 4C 52 32
Octal 257 346 27 30 0 132 12 114 122 62
Binary 10101111 11100110 10111 11000 0 1011010 1010 1001100 1010010 110010

Color Harmonies of #AFE617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE617

Black with #AFE617

Text Example


Text Example

White with #AFE617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE617; }

 p { color: rgb(175,230,23); }

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

background-color css

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

 a { background-color: rgb(175,230,23); }

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

border-color css

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

 span { border-color: rgb(175,230,23); }

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