Html Css Color HEX #AFE717 Inch Worm

📋 copy color: '#AFE717'

red 175 ◦ green 231 ◦ blue 23

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

Shades of Inch Worm #AFE717

Tints of Inch Worm #AFE717

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.85%

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

R = 40.79%
G = 53.85%
B = 5.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#AFE717 (or 0xAFE717) is known color: Inch Worm. HEX triplet: AF, E7 and 17. RGB value is (175,231,23). Sum of RGB (Red+Green+Blue) = 175+231+23=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 231 (90.62% from 255 or 53.85% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE717 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFE717 is #5018E8. Grayscale: #BFBFBF. Windows color (decimal): -5249257 or 1566639. OLE color: 1566639.

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

Color convert

RGB 175 231 23 -
CMYK 0.24 0 0.90 0.09
HSL 76.15º 0.82% 0.5% -
HSV(B) 76.15º 0.9% 0.91% -
XYZ 46.41 66.33 11.17 -
YUV 190.54 33.45 116.91 -
System Red Green Blue C M Y K H S L
Decimal 175 231 23 0.24 0 0.90 0.09 76.15 0.82 0.5
Hex AF E7 17 18 0 5A 9 4C 52 32
Octal 257 347 27 30 0 132 11 114 122 62
Binary 10101111 11100111 10111 11000 0 1011010 1001 1001100 1010010 110010

Color Harmonies of #AFE717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE717

Black with #AFE717

Text Example


Text Example

White with #AFE717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE717; }

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

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

background-color css

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

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

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

border-color css

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

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

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