Html Css Color HEX #AFD515 Inch Worm

📋 copy color: '#AFD515'

red 175 ◦ green 213 ◦ blue 21

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

Shades of Inch Worm #AFD515

Tints of Inch Worm #AFD515

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.08%

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

R = 42.79%
G = 52.08%
B = 5.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#AFD515 (or 0xAFD515) is known color: Inch Worm. HEX triplet: AF, D5 and 15. RGB value is (175,213,21). Sum of RGB (Red+Green+Blue) = 175+213+21=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD515 is #502AEA. Grayscale: #B4B4B4. Windows color (decimal): -5253867 or 1430959. OLE color: 1430959.

HSL color Cylindrical-coordinate representation of color #AFD515: hue angle of 71.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFD515 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 21 -
CMYK 0.18 0 0.90 0.16
HSL 71.88º 0.82% 0.46% -
HSV(B) 71.88º 0.9% 0.84% -
XYZ 41.61 56.76 9.47 -
YUV 179.75 38.41 124.61 -
System Red Green Blue C M Y K H S L
Decimal 175 213 21 0.18 0 0.90 0.16 71.88 0.82 0.46
Hex AF D5 15 12 0 5A 10 48 52 2E
Octal 257 325 25 22 0 132 20 110 122 56
Binary 10101111 11010101 10101 10010 0 1011010 10000 1001000 1010010 101110

Color Harmonies of #AFD515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD515

Black with #AFD515

Text Example


Text Example

White with #AFD515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD515; }

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

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

background-color css

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

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

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

border-color css

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

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

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