Html Css Color HEX #94E367 Gossip

📋 copy color: '#94E367'

red 148 ◦ green 227 ◦ blue 103

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

Shades of Gossip #94E367

Tints of Gossip #94E367

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.49%

 BLUE value IS 103 (40.63% from 255) = 21.55%

R = 30.96%
G = 47.49%
B = 21.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#94E367 (or 0x94E367) is known color: Gossip. HEX triplet: 94, E3 and 67. RGB value is (148,227,103). Sum of RGB (Red+Green+Blue) = 148+227+103=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #94E367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E367 is #6B1C98. Grayscale: #BDBDBD. Windows color (decimal): -7019673 or 6808468. OLE color: 6808468.

HSL color Cylindrical-coordinate representation of color #94E367: hue angle of 98.23º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94E367 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 227 103 -
CMYK 0.35 0 0.55 0.11
HSL 98.23º 0.69% 0.65% -
HSV(B) 98.23º 0.55% 0.89% -
XYZ 42.13 62.21 22.62 -
YUV 189.24 79.33 98.58 -
System Red Green Blue C M Y K H S L
Decimal 148 227 103 0.35 0 0.55 0.11 98.23 0.69 0.65
Hex 94 E3 67 23 0 37 B 62 45 41
Octal 224 343 147 43 0 67 13 142 105 101
Binary 10010100 11100011 1100111 100011 0 110111 1011 1100010 1000101 1000001

Color Harmonies of #94E367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E367

Black with #94E367

Text Example


Text Example

White with #94E367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,227,103); }

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

background-color css

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

 a { background-color: rgb(148,227,103); }

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

border-color css

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

 span { border-color: rgb(148,227,103); }

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