Html Css Color HEX #99E074 Gossip

📋 copy color: '#99E074'

red 153 ◦ green 224 ◦ blue 116

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

Shades of Gossip #99E074

Tints of Gossip #99E074

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.44%

 BLUE value IS 116 (45.7% from 255) = 23.53%

R = 31.03%
G = 45.44%
B = 23.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#99E074 (or 0x99E074) is known color: Gossip. HEX triplet: 99, E0 and 74. RGB value is (153,224,116). Sum of RGB (Red+Green+Blue) = 153+224+116=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #99E074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E074 is #661F8B. Grayscale: #BEBEBE. Windows color (decimal): -6692748 or 7659673. OLE color: 7659673.

HSL color Cylindrical-coordinate representation of color #99E074: hue angle of 99.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99E074 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 224 116 -
CMYK 0.32 0 0.48 0.12
HSL 99.44º 0.64% 0.67% -
HSV(B) 99.44º 0.48% 0.88% -
XYZ 42.94 61.34 26.1 -
YUV 190.46 85.98 101.28 -
System Red Green Blue C M Y K H S L
Decimal 153 224 116 0.32 0 0.48 0.12 99.44 0.64 0.67
Hex 99 E0 74 20 0 30 C 63 40 43
Octal 231 340 164 40 0 60 14 143 100 103
Binary 10011001 11100000 1110100 100000 0 110000 1100 1100011 1000000 1000011

Color Harmonies of #99E074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E074

Black with #99E074

Text Example


Text Example

White with #99E074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,224,116); }

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

background-color css

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

 a { background-color: rgb(153,224,116); }

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

border-color css

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

 span { border-color: rgb(153,224,116); }

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