Html Css Color HEX #AFE515 Inch Worm

📋 copy color: '#AFE515'

red 175 ◦ green 229 ◦ blue 21

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

Shades of Inch Worm #AFE515

Tints of Inch Worm #AFE515

RGB

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

 GREEN value IS 229 (89.84% from 255) = 53.88%

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

R = 41.18%
G = 53.88%
B = 4.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#AFE515 (or 0xAFE515) is known color: Inch Worm. HEX triplet: AF, E5 and 15. RGB value is (175,229,21). Sum of RGB (Red+Green+Blue) = 175+229+21=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 229 (89.84% from 255 or 53.88% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE515 is #501AEA. Grayscale: #BDBDBD. Windows color (decimal): -5249771 or 1435055. OLE color: 1435055.

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

Color convert

RGB 175 229 21 -
CMYK 0.24 0 0.91 0.10
HSL 75.58º 0.83% 0.49% -
HSV(B) 75.58º 0.91% 0.9% -
XYZ 45.83 65.21 10.88 -
YUV 189.14 33.11 117.91 -
System Red Green Blue C M Y K H S L
Decimal 175 229 21 0.24 0 0.91 0.10 75.58 0.83 0.49
Hex AF E5 15 18 0 5B A 4C 53 31
Octal 257 345 25 30 0 133 12 114 123 61
Binary 10101111 11100101 10101 11000 0 1011011 1010 1001100 1010011 110001

Color Harmonies of #AFE515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE515

Black with #AFE515

Text Example


Text Example

White with #AFE515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE515; }

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

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

background-color css

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

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

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

border-color css

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

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

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