Html Css Color HEX #99D613 Inch Worm

📋 copy color: '#99D613'

red 153 ◦ green 214 ◦ blue 19

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

Shades of Inch Worm #99D613

Tints of Inch Worm #99D613

RGB

 RED value IS 153 (60.16% from 255) = 39.64%

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

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

R = 39.64%
G = 55.44%
B = 4.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#99D613 (or 0x99D613) is known color: Inch Worm. HEX triplet: 99, D6 and 13. RGB value is (153,214,19). Sum of RGB (Red+Green+Blue) = 153+214+19=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #99D613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D613 is #6629EC. Grayscale: #AEAEAE. Windows color (decimal): -6695405 or 1300121. OLE color: 1300121.

HSL color Cylindrical-coordinate representation of color #99D613: hue angle of 78.77º 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 #99D613 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 214 19 -
CMYK 0.29 0 0.91 0.16
HSL 78.77º 0.84% 0.46% -
HSV(B) 78.77º 0.91% 0.84% -
XYZ 37.3 54.91 9.25 -
YUV 173.53 40.79 113.36 -
System Red Green Blue C M Y K H S L
Decimal 153 214 19 0.29 0 0.91 0.16 78.77 0.84 0.46
Hex 99 D6 13 1D 0 5B 10 4F 54 2E
Octal 231 326 23 35 0 133 20 117 124 56
Binary 10011001 11010110 10011 11101 0 1011011 10000 1001111 1010100 101110

Color Harmonies of #99D613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D613

Black with #99D613

Text Example


Text Example

White with #99D613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D613; }

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

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

background-color css

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

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

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

border-color css

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

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

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