Html Css Color HEX #94D570 Gossip

📋 copy color: '#94D570'

red 148 ◦ green 213 ◦ blue 112

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

Shades of Gossip #94D570

Tints of Gossip #94D570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.03%

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

R = 31.29%
G = 45.03%
B = 23.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#94D570 (or 0x94D570) is known color: Gossip. HEX triplet: 94, D5 and 70. RGB value is (148,213,112). Sum of RGB (Red+Green+Blue) = 148+213+112=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #94D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D570 is #6B2A8F. Grayscale: #B6B6B6. Windows color (decimal): -7023248 or 7394708. OLE color: 7394708.

HSL color Cylindrical-coordinate representation of color #94D570: hue angle of 98.61º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94D570 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 213 112 -
CMYK 0.31 0 0.47 0.16
HSL 98.61º 0.55% 0.64% -
HSV(B) 98.61º 0.47% 0.84% -
XYZ 38.93 55.05 23.9 -
YUV 182.05 88.47 103.71 -
System Red Green Blue C M Y K H S L
Decimal 148 213 112 0.31 0 0.47 0.16 98.61 0.55 0.64
Hex 94 D5 70 1F 0 2F 10 63 37 40
Octal 224 325 160 37 0 57 20 143 67 100
Binary 10010100 11010101 1110000 11111 0 101111 10000 1100011 110111 1000000

Color Harmonies of #94D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D570

Black with #94D570

Text Example


Text Example

White with #94D570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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