Html Css Color HEX #99DA74 Gossip

📋 copy color: '#99DA74'

red 153 ◦ green 218 ◦ blue 116

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

Shades of Gossip #99DA74

Tints of Gossip #99DA74

RGB

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

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

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

R = 31.42%
G = 44.76%
B = 23.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#99DA74 (or 0x99DA74) is known color: Gossip. HEX triplet: 99, DA and 74. RGB value is (153,218,116). Sum of RGB (Red+Green+Blue) = 153+218+116=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DA74 is #66258B. Grayscale: #BBBBBB. Windows color (decimal): -6694284 or 7658137. OLE color: 7658137.

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

Color convert

RGB 153 218 116 -
CMYK 0.30 0 0.47 0.15
HSL 98.24º 0.58% 0.65% -
HSV(B) 98.24º 0.47% 0.85% -
XYZ 41.36 58.18 25.57 -
YUV 186.94 87.97 103.79 -
System Red Green Blue C M Y K H S L
Decimal 153 218 116 0.30 0 0.47 0.15 98.24 0.58 0.65
Hex 99 DA 74 1E 0 2F F 62 3A 41
Octal 231 332 164 36 0 57 17 142 72 101
Binary 10011001 11011010 1110100 11110 0 101111 1111 1100010 111010 1000001

Color Harmonies of #99DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DA74

Black with #99DA74

Text Example


Text Example

White with #99DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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