Html Css Color HEX #99CD81 Gossip

📋 copy color: '#99CD81'

red 153 ◦ green 205 ◦ blue 129

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

Shades of Gossip #99CD81

Tints of Gossip #99CD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.49%

R = 31.42%
G = 42.09%
B = 26.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#99CD81 (or 0x99CD81) is known color: Gossip. HEX triplet: 99, CD and 81. RGB value is (153,205,129). Sum of RGB (Red+Green+Blue) = 153+205+129=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CD81 is #66327E. Grayscale: #B5B5B5. Windows color (decimal): -6697599 or 8506777. OLE color: 8506777.

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

Color convert

RGB 153 205 129 -
CMYK 0.25 0 0.37 0.20
HSL 101.05º 0.43% 0.65% -
HSV(B) 101.05º 0.37% 0.8% -
XYZ 38.93 52.02 28.76 -
YUV 180.79 98.77 108.18 -
System Red Green Blue C M Y K H S L
Decimal 153 205 129 0.25 0 0.37 0.20 101.05 0.43 0.65
Hex 99 CD 81 19 0 25 14 65 2B 41
Octal 231 315 201 31 0 45 24 145 53 101
Binary 10011001 11001101 10000001 11001 0 100101 10100 1100101 101011 1000001

Color Harmonies of #99CD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CD81

Black with #99CD81

Text Example


Text Example

White with #99CD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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