Html Css Color HEX #99CD7B Gossip

📋 copy color: '#99CD7B'

red 153 ◦ green 205 ◦ blue 123

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

Shades of Gossip #99CD7B

Tints of Gossip #99CD7B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.62%

 BLUE value IS 123 (48.44% from 255) = 25.57%

R = 31.81%
G = 42.62%
B = 25.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#99CD7B (or 0x99CD7B) is known color: Gossip. HEX triplet: 99, CD and 7B. RGB value is (153,205,123). Sum of RGB (Red+Green+Blue) = 153+205+123=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CD7B is #663284. Grayscale: #B4B4B4. Windows color (decimal): -6697605 or 8113561. OLE color: 8113561.

HSL color Cylindrical-coordinate representation of color #99CD7B: hue angle of 98.05º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99CD7B is Cyan = 0.25, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 205 123 -
CMYK 0.25 0 0.4 0.20
HSL 98.05º 0.45% 0.64% -
HSV(B) 98.05º 0.4% 0.8% -
XYZ 38.54 51.87 26.72 -
YUV 180.1 95.77 108.67 -
System Red Green Blue C M Y K H S L
Decimal 153 205 123 0.25 0 0.4 0.20 98.05 0.45 0.64
Hex 99 CD 7B 19 0 28 14 62 2D 40
Octal 231 315 173 31 0 50 24 142 55 100
Binary 10011001 11001101 1111011 11001 0 101000 10100 1100010 101101 1000000

Color Harmonies of #99CD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CD7B

Black with #99CD7B

Text Example


Text Example

White with #99CD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,205,123); }

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

background-color css

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

 a { background-color: rgb(153,205,123); }

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

border-color css

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

 span { border-color: rgb(153,205,123); }

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