Html Css Color HEX #99D50E Inch Worm

📋 copy color: '#99D50E'

red 153 ◦ green 213 ◦ blue 14

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

Shades of Inch Worm #99D50E

Tints of Inch Worm #99D50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 40.26%
G = 56.05%
B = 3.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#99D50E (or 0x99D50E) is known color: Inch Worm. HEX triplet: 99, D5 and 0E. RGB value is (153,213,14). Sum of RGB (Red+Green+Blue) = 153+213+14=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 213 (83.59% from 255 or 56.05% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 213 - color contains mainly: green. Hex color #99D50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D50E is #662AF1. Grayscale: #ADADAD. Windows color (decimal): -6695666 or 972185. OLE color: 972185.

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

Color convert

RGB 153 213 14 -
CMYK 0.28 0 0.93 0.16
HSL 78.09º 0.88% 0.45% -
HSV(B) 78.09º 0.93% 0.84% -
XYZ 37.01 54.39 8.96 -
YUV 172.37 38.62 114.18 -
System Red Green Blue C M Y K H S L
Decimal 153 213 14 0.28 0 0.93 0.16 78.09 0.88 0.45
Hex 99 D5 E 1C 0 5D 10 4E 58 2D
Octal 231 325 16 34 0 135 20 116 130 55
Binary 10011001 11010101 1110 11100 0 1011101 10000 1001110 1011000 101101

Color Harmonies of #99D50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D50E

Black with #99D50E

Text Example


Text Example

White with #99D50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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