Html Css Color HEX #AFD613 Inch Worm

📋 copy color: '#AFD613'

red 175 ◦ green 214 ◦ blue 19

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

Shades of Inch Worm #AFD613

Tints of Inch Worm #AFD613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.45%

 BLUE value IS 19 (7.81% from 255) = 4.66%

R = 42.89%
G = 52.45%
B = 4.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#AFD613 (or 0xAFD613) is known color: Inch Worm. HEX triplet: AF, D6 and 13. RGB value is (175,214,19). Sum of RGB (Red+Green+Blue) = 175+214+19=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD613 is #5029EC. Grayscale: #B4B4B4. Windows color (decimal): -5253613 or 1300143. OLE color: 1300143.

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

Color convert

RGB 175 214 19 -
CMYK 0.18 0 0.91 0.16
HSL 72º 0.84% 0.46% -
HSV(B) 72º 0.91% 0.84% -
XYZ 41.84 57.25 9.46 -
YUV 180.11 37.08 124.36 -
System Red Green Blue C M Y K H S L
Decimal 175 214 19 0.18 0 0.91 0.16 72 0.84 0.46
Hex AF D6 13 12 0 5B 10 48 54 2E
Octal 257 326 23 22 0 133 20 110 124 56
Binary 10101111 11010110 10011 10010 0 1011011 10000 1001000 1010100 101110

Color Harmonies of #AFD613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD613

Black with #AFD613

Text Example


Text Example

White with #AFD613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD613; }

 p { color: rgb(175,214,19); }

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

background-color css

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

 a { background-color: rgb(175,214,19); }

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

border-color css

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

 span { border-color: rgb(175,214,19); }

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