Html Css Color HEX #AFDB13 Inch Worm

📋 copy color: '#AFDB13'

red 175 ◦ green 219 ◦ blue 19

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

Shades of Inch Worm #AFDB13

Tints of Inch Worm #AFDB13

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.03%

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

R = 42.37%
G = 53.03%
B = 4.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#AFDB13 (or 0xAFDB13) is known color: Inch Worm. HEX triplet: AF, DB and 13. RGB value is (175,219,19). Sum of RGB (Red+Green+Blue) = 175+219+19=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB13 is #5024EC. Grayscale: #B7B7B7. Windows color (decimal): -5252333 or 1301423. OLE color: 1301423.

HSL color Cylindrical-coordinate representation of color #AFDB13: hue angle of 73.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFDB13 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 19 -
CMYK 0.20 0 0.91 0.14
HSL 73.2º 0.84% 0.47% -
HSV(B) 73.2º 0.91% 0.86% -
XYZ 43.13 59.82 9.89 -
YUV 183.04 35.42 122.26 -
System Red Green Blue C M Y K H S L
Decimal 175 219 19 0.20 0 0.91 0.14 73.2 0.84 0.47
Hex AF DB 13 14 0 5B E 49 54 2F
Octal 257 333 23 24 0 133 16 111 124 57
Binary 10101111 11011011 10011 10100 0 1011011 1110 1001001 1010100 101111

Color Harmonies of #AFDB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB13

Black with #AFDB13

Text Example


Text Example

White with #AFDB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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