Html Css Color HEX #99D50D Inch Worm

📋 copy color: '#99D50D'

red 153 ◦ green 213 ◦ blue 13

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

Shades of Inch Worm #99D50D

Tints of Inch Worm #99D50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.43%

R = 40.37%
G = 56.2%
B = 3.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#99D50D (or 0x99D50D) is known color: Inch Worm. HEX triplet: 99, D5 and 0D. RGB value is (153,213,13). Sum of RGB (Red+Green+Blue) = 153+213+13=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 213 (83.59% from 255 or 56.20% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 213 - color contains mainly: green. Hex color #99D50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D50D is #662AF2. Grayscale: #ADADAD. Windows color (decimal): -6695667 or 906649. OLE color: 906649.

HSL color Cylindrical-coordinate representation of color #99D50D: hue angle of 78º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99D50D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 213 13 -
CMYK 0.28 0 0.94 0.16
HSL 78º 0.88% 0.44% -
HSV(B) 78º 0.94% 0.84% -
XYZ 37 54.39 8.93 -
YUV 172.26 38.12 114.26 -
System Red Green Blue C M Y K H S L
Decimal 153 213 13 0.28 0 0.94 0.16 78 0.88 0.44
Hex 99 D5 D 1C 0 5E 10 4E 58 2C
Octal 231 325 15 34 0 136 20 116 130 54
Binary 10011001 11010101 1101 11100 0 1011110 10000 1001110 1011000 101100

Color Harmonies of #99D50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D50D

Black with #99D50D

Text Example


Text Example

White with #99D50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,213,13); }

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

background-color css

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

 a { background-color: rgb(153,213,13); }

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

border-color css

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

 span { border-color: rgb(153,213,13); }

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