Html Css Color HEX #97DB83 Gossip

📋 copy color: '#97DB83'

red 151 ◦ green 219 ◦ blue 131

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

Shades of Gossip #97DB83

Tints of Gossip #97DB83

RGB

 RED value IS 151 (59.38% from 255) = 30.14%

 GREEN value IS 219 (85.94% from 255) = 43.71%

 BLUE value IS 131 (51.56% from 255) = 26.15%

R = 30.14%
G = 43.71%
B = 26.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#97DB83 (or 0x97DB83) is known color: Gossip. HEX triplet: 97, DB and 83. RGB value is (151,219,131). Sum of RGB (Red+Green+Blue) = 151+219+131=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #97DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DB83 is #68247C. Grayscale: #BCBCBC. Windows color (decimal): -6825085 or 8641431. OLE color: 8641431.

HSL color Cylindrical-coordinate representation of color #97DB83: hue angle of 106.36º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97DB83 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 219 131 -
CMYK 0.31 0 0.40 0.14
HSL 106.36º 0.55% 0.69% -
HSV(B) 106.36º 0.4% 0.86% -
XYZ 42.19 58.88 30.61 -
YUV 188.64 95.47 101.16 -
System Red Green Blue C M Y K H S L
Decimal 151 219 131 0.31 0 0.40 0.14 106.36 0.55 0.69
Hex 97 DB 83 1F 0 28 E 6A 37 45
Octal 227 333 203 37 0 50 16 152 67 105
Binary 10010111 11011011 10000011 11111 0 101000 1110 1101010 110111 1000101

Color Harmonies of #97DB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DB83

Black with #97DB83

Text Example


Text Example

White with #97DB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97DB83; }

 p { color: rgb(151,219,131); }

 H1.HeaderClassName
 {
   color: #97DB83;
 }
 .AnyTagClassName
 {
   color: #97DB83;
 }
</style>

background-color css

<style>
 a { background-color: #97DB83; }

 a { background-color: rgb(151,219,131); }

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

border-color css

<style>
 span { border-color: #97DB83; }

 span { border-color: rgb(151,219,131); }

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