Html Css Color HEX #AFE217 Inch Worm

📋 copy color: '#AFE217'

red 175 ◦ green 226 ◦ blue 23

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

Shades of Inch Worm #AFE217

Tints of Inch Worm #AFE217

RGB

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

 GREEN value IS 226 (88.67% from 255) = 53.3%

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

R = 41.27%
G = 53.3%
B = 5.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#AFE217 (or 0xAFE217) is known color: Inch Worm. HEX triplet: AF, E2 and 17. RGB value is (175,226,23). Sum of RGB (Red+Green+Blue) = 175+226+23=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 226 (88.67% from 255 or 53.30% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE217 is #501DE8. Grayscale: #BCBCBC. Windows color (decimal): -5250537 or 1565359. OLE color: 1565359.

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

Color convert

RGB 175 226 23 -
CMYK 0.23 0 0.90 0.11
HSL 75.07º 0.82% 0.49% -
HSV(B) 75.07º 0.9% 0.89% -
XYZ 45.03 63.57 10.71 -
YUV 187.61 35.1 119.01 -
System Red Green Blue C M Y K H S L
Decimal 175 226 23 0.23 0 0.90 0.11 75.07 0.82 0.49
Hex AF E2 17 17 0 5A B 4B 52 31
Octal 257 342 27 27 0 132 13 113 122 61
Binary 10101111 11100010 10111 10111 0 1011010 1011 1001011 1010010 110001

Color Harmonies of #AFE217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE217

Black with #AFE217

Text Example


Text Example

White with #AFE217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE217; }

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

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

background-color css

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

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

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

border-color css

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

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

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