Html Css Color HEX #94E572 Gossip

📋 copy color: '#94E572'

red 148 ◦ green 229 ◦ blue 114

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

Shades of Gossip #94E572

Tints of Gossip #94E572

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.64%

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

R = 30.14%
G = 46.64%
B = 23.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#94E572 (or 0x94E572) is known color: Gossip. HEX triplet: 94, E5 and 72. RGB value is (148,229,114). Sum of RGB (Red+Green+Blue) = 148+229+114=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #94E572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E572 is #6B1A8D. Grayscale: #C0C0C0. Windows color (decimal): -7019150 or 7529876. OLE color: 7529876.

HSL color Cylindrical-coordinate representation of color #94E572: hue angle of 102.26º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94E572 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 229 114 -
CMYK 0.35 0 0.50 0.10
HSL 102.26º 0.69% 0.67% -
HSV(B) 102.26º 0.5% 0.9% -
XYZ 43.27 63.55 25.91 -
YUV 191.67 84.16 96.85 -
System Red Green Blue C M Y K H S L
Decimal 148 229 114 0.35 0 0.50 0.10 102.26 0.69 0.67
Hex 94 E5 72 23 0 32 A 66 45 43
Octal 224 345 162 43 0 62 12 146 105 103
Binary 10010100 11100101 1110010 100011 0 110010 1010 1100110 1000101 1000011

Color Harmonies of #94E572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E572

Black with #94E572

Text Example


Text Example

White with #94E572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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