Html Css Color HEX #94EE6B Gossip

📋 copy color: '#94EE6B'

red 148 ◦ green 238 ◦ blue 107

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

Shades of Gossip #94EE6B

Tints of Gossip #94EE6B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.28%

 BLUE value IS 107 (42.19% from 255) = 21.7%

R = 30.02%
G = 48.28%
B = 21.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#94EE6B (or 0x94EE6B) is known color: Gossip. HEX triplet: 94, EE and 6B. RGB value is (148,238,107). Sum of RGB (Red+Green+Blue) = 148+238+107=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EE6B is #6B1194. Grayscale: #C4C4C4. Windows color (decimal): -7016853 or 7073428. OLE color: 7073428.

HSL color Cylindrical-coordinate representation of color #94EE6B: hue angle of 101.22º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94EE6B is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 238 107 -
CMYK 0.38 0 0.55 0.07
HSL 101.22º 0.79% 0.68% -
HSV(B) 101.22º 0.55% 0.93% -
XYZ 45.44 68.51 24.74 -
YUV 196.16 77.68 93.65 -
System Red Green Blue C M Y K H S L
Decimal 148 238 107 0.38 0 0.55 0.07 101.22 0.79 0.68
Hex 94 EE 6B 26 0 37 7 65 4F 44
Octal 224 356 153 46 0 67 7 145 117 104
Binary 10010100 11101110 1101011 100110 0 110111 111 1100101 1001111 1000100

Color Harmonies of #94EE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EE6B

Black with #94EE6B

Text Example


Text Example

White with #94EE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,238,107); }

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

background-color css

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

 a { background-color: rgb(148,238,107); }

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

border-color css

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

 span { border-color: rgb(148,238,107); }

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