Html Css Color HEX #99DC6C Gossip

📋 copy color: '#99DC6C'

red 153 ◦ green 220 ◦ blue 108

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

Shades of Gossip #99DC6C

Tints of Gossip #99DC6C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.74%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 31.81%
G = 45.74%
B = 22.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#99DC6C (or 0x99DC6C) is known color: Gossip. HEX triplet: 99, DC and 6C. RGB value is (153,220,108). Sum of RGB (Red+Green+Blue) = 153+220+108=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DC6C is #662393. Grayscale: #BBBBBB. Windows color (decimal): -6693780 or 7134361. OLE color: 7134361.

HSL color Cylindrical-coordinate representation of color #99DC6C: hue angle of 95.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99DC6C is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 108 -
CMYK 0.30 0 0.51 0.14
HSL 95.89º 0.62% 0.64% -
HSV(B) 95.89º 0.51% 0.86% -
XYZ 41.44 59.04 23.4 -
YUV 187.2 83.3 103.61 -
System Red Green Blue C M Y K H S L
Decimal 153 220 108 0.30 0 0.51 0.14 95.89 0.62 0.64
Hex 99 DC 6C 1E 0 33 E 60 3E 40
Octal 231 334 154 36 0 63 16 140 76 100
Binary 10011001 11011100 1101100 11110 0 110011 1110 1100000 111110 1000000

Color Harmonies of #99DC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DC6C

Black with #99DC6C

Text Example


Text Example

White with #99DC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,220,108); }

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

background-color css

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

 a { background-color: rgb(153,220,108); }

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

border-color css

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

 span { border-color: rgb(153,220,108); }

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