Html Css Color HEX #94DE70 Gossip

📋 copy color: '#94DE70'

red 148 ◦ green 222 ◦ blue 112

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

Shades of Gossip #94DE70

Tints of Gossip #94DE70

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.06%

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

R = 30.71%
G = 46.06%
B = 23.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#94DE70 (or 0x94DE70) is known color: Gossip. HEX triplet: 94, DE and 70. RGB value is (148,222,112). Sum of RGB (Red+Green+Blue) = 148+222+112=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DE70 is #6B218F. Grayscale: #BBBBBB. Windows color (decimal): -7020944 or 7397012. OLE color: 7397012.

HSL color Cylindrical-coordinate representation of color #94DE70: hue angle of 100.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94DE70 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 222 112 -
CMYK 0.33 0 0.50 0.13
HSL 100.36º 0.63% 0.65% -
HSV(B) 100.36º 0.5% 0.87% -
XYZ 41.26 59.71 24.68 -
YUV 187.33 85.48 99.94 -
System Red Green Blue C M Y K H S L
Decimal 148 222 112 0.33 0 0.50 0.13 100.36 0.63 0.65
Hex 94 DE 70 21 0 32 D 64 3E 41
Octal 224 336 160 41 0 62 15 144 76 101
Binary 10010100 11011110 1110000 100001 0 110010 1101 1100100 111110 1000001

Color Harmonies of #94DE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DE70

Black with #94DE70

Text Example


Text Example

White with #94DE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,222,112); }

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

background-color css

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

 a { background-color: rgb(148,222,112); }

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

border-color css

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

 span { border-color: rgb(148,222,112); }

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