Html Css Color HEX #98CF71 Gossip

📋 copy color: '#98CF71'

red 152 ◦ green 207 ◦ blue 113

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

Shades of Gossip #98CF71

Tints of Gossip #98CF71

RGB

 RED value IS 152 (59.77% from 255) = 32.2%

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

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 32.2%
G = 43.86%
B = 23.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#98CF71 (or 0x98CF71) is known color: Gossip. HEX triplet: 98, CF and 71. RGB value is (152,207,113). Sum of RGB (Red+Green+Blue) = 152+207+113=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CF71 is #67308E. Grayscale: #B4B4B4. Windows color (decimal): -6762639 or 7458712. OLE color: 7458712.

HSL color Cylindrical-coordinate representation of color #98CF71: hue angle of 95.11º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98CF71 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 207 113 -
CMYK 0.27 0 0.45 0.19
HSL 95.11º 0.49% 0.63% -
HSV(B) 95.11º 0.45% 0.81% -
XYZ 38.24 52.49 23.74 -
YUV 179.84 90.28 108.14 -
System Red Green Blue C M Y K H S L
Decimal 152 207 113 0.27 0 0.45 0.19 95.11 0.49 0.63
Hex 98 CF 71 1B 0 2D 13 5F 31 3F
Octal 230 317 161 33 0 55 23 137 61 77
Binary 10011000 11001111 1110001 11011 0 101101 10011 1011111 110001 111111

Color Harmonies of #98CF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CF71

Black with #98CF71

Text Example


Text Example

White with #98CF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98CF71; }

 p { color: rgb(152,207,113); }

 H1.HeaderClassName
 {
   color: #98CF71;
 }
 .AnyTagClassName
 {
   color: #98CF71;
 }
</style>

background-color css

<style>
 a { background-color: #98CF71; }

 a { background-color: rgb(152,207,113); }

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

border-color css

<style>
 span { border-color: #98CF71; }

 span { border-color: rgb(152,207,113); }

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