Html Css Color HEX #94D883 Gossip

📋 copy color: '#94D883'

red 148 ◦ green 216 ◦ blue 131

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

Shades of Gossip #94D883

Tints of Gossip #94D883

RGB

 RED value IS 148 (58.2% from 255) = 29.9%

 GREEN value IS 216 (84.77% from 255) = 43.64%

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

R = 29.9%
G = 43.64%
B = 26.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#94D883 (or 0x94D883) is known color: Gossip. HEX triplet: 94, D8 and 83. RGB value is (148,216,131). Sum of RGB (Red+Green+Blue) = 148+216+131=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #94D883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D883 is #6B277C. Grayscale: #BABABA. Windows color (decimal): -7022461 or 8640660. OLE color: 8640660.

HSL color Cylindrical-coordinate representation of color #94D883: hue angle of 108º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94D883 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 216 131 -
CMYK 0.31 0 0.39 0.15
HSL 108º 0.52% 0.68% -
HSV(B) 108º 0.39% 0.85% -
XYZ 40.87 57.05 30.33 -
YUV 185.98 96.97 100.91 -
System Red Green Blue C M Y K H S L
Decimal 148 216 131 0.31 0 0.39 0.15 108 0.52 0.68
Hex 94 D8 83 1F 0 27 F 6C 34 44
Octal 224 330 203 37 0 47 17 154 64 104
Binary 10010100 11011000 10000011 11111 0 100111 1111 1101100 110100 1000100

Color Harmonies of #94D883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D883

Black with #94D883

Text Example


Text Example

White with #94D883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94D883; }

 p { color: rgb(148,216,131); }

 H1.HeaderClassName
 {
   color: #94D883;
 }
 .AnyTagClassName
 {
   color: #94D883;
 }
</style>

background-color css

<style>
 a { background-color: #94D883; }

 a { background-color: rgb(148,216,131); }

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

border-color css

<style>
 span { border-color: #94D883; }

 span { border-color: rgb(148,216,131); }

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