Html Css Color HEX #94D572 Gossip

📋 copy color: '#94D572'

red 148 ◦ green 213 ◦ blue 114

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

Shades of Gossip #94D572

Tints of Gossip #94D572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24%

R = 31.16%
G = 44.84%
B = 24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#94D572 (or 0x94D572) is known color: Gossip. HEX triplet: 94, D5 and 72. RGB value is (148,213,114). Sum of RGB (Red+Green+Blue) = 148+213+114=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #94D572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D572 is #6B2A8D. Grayscale: #B6B6B6. Windows color (decimal): -7023246 or 7525780. OLE color: 7525780.

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

Color convert

RGB 148 213 114 -
CMYK 0.31 0 0.46 0.16
HSL 99.39º 0.54% 0.64% -
HSV(B) 99.39º 0.46% 0.84% -
XYZ 39.04 55.1 24.5 -
YUV 182.28 89.47 103.55 -
System Red Green Blue C M Y K H S L
Decimal 148 213 114 0.31 0 0.46 0.16 99.39 0.54 0.64
Hex 94 D5 72 1F 0 2E 10 63 36 40
Octal 224 325 162 37 0 56 20 143 66 100
Binary 10010100 11010101 1110010 11111 0 101110 10000 1100011 110110 1000000

Color Harmonies of #94D572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D572

Black with #94D572

Text Example


Text Example

White with #94D572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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