Html Css Color HEX #99CF84 Gossip

📋 copy color: '#99CF84'

red 153 ◦ green 207 ◦ blue 132

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

Shades of Gossip #99CF84

Tints of Gossip #99CF84

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.07%

 BLUE value IS 132 (51.95% from 255) = 26.83%

R = 31.1%
G = 42.07%
B = 26.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#99CF84 (or 0x99CF84) is known color: Gossip. HEX triplet: 99, CF and 84. RGB value is (153,207,132). Sum of RGB (Red+Green+Blue) = 153+207+132=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF84 is #66307B. Grayscale: #B6B6B6. Windows color (decimal): -6697084 or 8703897. OLE color: 8703897.

HSL color Cylindrical-coordinate representation of color #99CF84: hue angle of 103.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99CF84 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 132 -
CMYK 0.26 0 0.36 0.19
HSL 103.2º 0.44% 0.66% -
HSV(B) 103.2º 0.36% 0.81% -
XYZ 39.61 53.06 29.98 -
YUV 182.3 99.61 107.1 -
System Red Green Blue C M Y K H S L
Decimal 153 207 132 0.26 0 0.36 0.19 103.2 0.44 0.66
Hex 99 CF 84 1A 0 24 13 67 2C 42
Octal 231 317 204 32 0 44 23 147 54 102
Binary 10011001 11001111 10000100 11010 0 100100 10011 1100111 101100 1000010

Color Harmonies of #99CF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF84

Black with #99CF84

Text Example


Text Example

White with #99CF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,207,132); }

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

background-color css

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

 a { background-color: rgb(153,207,132); }

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

border-color css

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

 span { border-color: rgb(153,207,132); }

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