Html Css Color HEX #99D270 Gossip

📋 copy color: '#99D270'

red 153 ◦ green 210 ◦ blue 112

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

Shades of Gossip #99D270

Tints of Gossip #99D270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.21%

 BLUE value IS 112 (44.14% from 255) = 23.58%

R = 32.21%
G = 44.21%
B = 23.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#99D270 (or 0x99D270) is known color: Gossip. HEX triplet: 99, D2 and 70. RGB value is (153,210,112). Sum of RGB (Red+Green+Blue) = 153+210+112=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #99D270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D270 is #662D8F. Grayscale: #B6B6B6. Windows color (decimal): -6696336 or 7393945. OLE color: 7393945.

HSL color Cylindrical-coordinate representation of color #99D270: hue angle of 94.9º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99D270 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 210 112 -
CMYK 0.27 0 0.47 0.18
HSL 94.9º 0.52% 0.63% -
HSV(B) 94.9º 0.47% 0.82% -
XYZ 39.11 54.04 23.7 -
YUV 181.79 88.62 107.47 -
System Red Green Blue C M Y K H S L
Decimal 153 210 112 0.27 0 0.47 0.18 94.9 0.52 0.63
Hex 99 D2 70 1B 0 2F 12 5F 34 3F
Octal 231 322 160 33 0 57 22 137 64 77
Binary 10011001 11010010 1110000 11011 0 101111 10010 1011111 110100 111111

Color Harmonies of #99D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D270

Black with #99D270

Text Example


Text Example

White with #99D270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,210,112); }

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

background-color css

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

 a { background-color: rgb(153,210,112); }

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

border-color css

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

 span { border-color: rgb(153,210,112); }

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