Html Css Color HEX #AFD413 Inch Worm

📋 copy color: '#AFD413'

red 175 ◦ green 212 ◦ blue 19

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

Shades of Inch Worm #AFD413

Tints of Inch Worm #AFD413

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.22%

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

R = 43.1%
G = 52.22%
B = 4.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#AFD413 (or 0xAFD413) is known color: Inch Worm. HEX triplet: AF, D4 and 13. RGB value is (175,212,19). Sum of RGB (Red+Green+Blue) = 175+212+19=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 212 (83.20% from 255 or 52.22% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD413 is #502BEC. Grayscale: #B3B3B3. Windows color (decimal): -5254125 or 1299631. OLE color: 1299631.

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

Color convert

RGB 175 212 19 -
CMYK 0.17 0 0.91 0.17
HSL 71.5º 0.84% 0.45% -
HSV(B) 71.5º 0.91% 0.83% -
XYZ 41.34 56.25 9.29 -
YUV 178.94 37.74 125.19 -
System Red Green Blue C M Y K H S L
Decimal 175 212 19 0.17 0 0.91 0.17 71.5 0.84 0.45
Hex AF D4 13 11 0 5B 11 48 54 2D
Octal 257 324 23 21 0 133 21 110 124 55
Binary 10101111 11010100 10011 10001 0 1011011 10001 1001000 1010100 101101

Color Harmonies of #AFD413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD413

Black with #AFD413

Text Example


Text Example

White with #AFD413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD413; }

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

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

background-color css

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

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

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

border-color css

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

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

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