Html Css Color HEX #AFE115 Inch Worm

📋 copy color: '#AFE115'

red 175 ◦ green 225 ◦ blue 21

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

Shades of Inch Worm #AFE115

Tints of Inch Worm #AFE115

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.44%

 BLUE value IS 21 (8.59% from 255) = 4.99%

R = 41.57%
G = 53.44%
B = 4.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#AFE115 (or 0xAFE115) is known color: Inch Worm. HEX triplet: AF, E1 and 15. RGB value is (175,225,21). Sum of RGB (Red+Green+Blue) = 175+225+21=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE115 is #501EEA. Grayscale: #BBBBBB. Windows color (decimal): -5250795 or 1434031. OLE color: 1434031.

HSL color Cylindrical-coordinate representation of color #AFE115: hue angle of 74.71º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFE115 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 21 -
CMYK 0.22 0 0.91 0.12
HSL 74.71º 0.83% 0.48% -
HSV(B) 74.71º 0.91% 0.88% -
XYZ 44.74 63.02 10.52 -
YUV 186.79 34.44 119.59 -
System Red Green Blue C M Y K H S L
Decimal 175 225 21 0.22 0 0.91 0.12 74.71 0.83 0.48
Hex AF E1 15 16 0 5B C 4B 53 30
Octal 257 341 25 26 0 133 14 113 123 60
Binary 10101111 11100001 10101 10110 0 1011011 1100 1001011 1010011 110000

Color Harmonies of #AFE115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE115

Black with #AFE115

Text Example


Text Example

White with #AFE115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE115; }

 p { color: rgb(175,225,21); }

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

background-color css

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

 a { background-color: rgb(175,225,21); }

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

border-color css

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

 span { border-color: rgb(175,225,21); }

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