Html Css Color HEX #94CE71 Gossip

📋 copy color: '#94CE71'

red 148 ◦ green 206 ◦ blue 113

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

Shades of Gossip #94CE71

Tints of Gossip #94CE71

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

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

R = 31.69%
G = 44.11%
B = 24.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#94CE71 (or 0x94CE71) is known color: Gossip. HEX triplet: 94, CE and 71. RGB value is (148,206,113). Sum of RGB (Red+Green+Blue) = 148+206+113=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE71 is #6B318E. Grayscale: #B2B2B2. Windows color (decimal): -7025039 or 7458452. OLE color: 7458452.

HSL color Cylindrical-coordinate representation of color #94CE71: hue angle of 97.42º 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 #94CE71 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 113 -
CMYK 0.28 0 0.45 0.19
HSL 97.42º 0.49% 0.63% -
HSV(B) 97.42º 0.45% 0.81% -
XYZ 37.26 51.63 23.62 -
YUV 178.06 91.28 106.56 -
System Red Green Blue C M Y K H S L
Decimal 148 206 113 0.28 0 0.45 0.19 97.42 0.49 0.63
Hex 94 CE 71 1C 0 2D 13 61 31 3F
Octal 224 316 161 34 0 55 23 141 61 77
Binary 10010100 11001110 1110001 11100 0 101101 10011 1100001 110001 111111

Color Harmonies of #94CE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE71

Black with #94CE71

Text Example


Text Example

White with #94CE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,206,113); }

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

background-color css

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

 a { background-color: rgb(148,206,113); }

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

border-color css

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

 span { border-color: rgb(148,206,113); }

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