Html Css Color HEX #99DA70 Gossip

📋 copy color: '#99DA70'

red 153 ◦ green 218 ◦ blue 112

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

Shades of Gossip #99DA70

Tints of Gossip #99DA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.13%

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 31.68%
G = 45.13%
B = 23.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#99DA70 (or 0x99DA70) is known color: Gossip. HEX triplet: 99, DA and 70. RGB value is (153,218,112). Sum of RGB (Red+Green+Blue) = 153+218+112=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DA70 is #66258F. Grayscale: #BABABA. Windows color (decimal): -6694288 or 7395993. OLE color: 7395993.

HSL color Cylindrical-coordinate representation of color #99DA70: hue angle of 96.79º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99DA70 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 218 112 -
CMYK 0.30 0 0.49 0.15
HSL 96.79º 0.59% 0.65% -
HSV(B) 96.79º 0.49% 0.85% -
XYZ 41.13 58.08 24.37 -
YUV 186.48 85.97 104.12 -
System Red Green Blue C M Y K H S L
Decimal 153 218 112 0.30 0 0.49 0.15 96.79 0.59 0.65
Hex 99 DA 70 1E 0 31 F 61 3B 41
Octal 231 332 160 36 0 61 17 141 73 101
Binary 10011001 11011010 1110000 11110 0 110001 1111 1100001 111011 1000001

Color Harmonies of #99DA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DA70

Black with #99DA70

Text Example


Text Example

White with #99DA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,218,112); }

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

background-color css

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

 a { background-color: rgb(153,218,112); }

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

border-color css

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

 span { border-color: rgb(153,218,112); }

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