Html Css Color HEX #93EE70 Gossip

📋 copy color: '#93EE70'

red 147 ◦ green 238 ◦ blue 112

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

Shades of Gossip #93EE70

Tints of Gossip #93EE70

RGB

 RED value IS 147 (57.81% from 255) = 29.58%

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

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

R = 29.58%
G = 47.89%
B = 22.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#93EE70 (or 0x93EE70) is known color: Gossip. HEX triplet: 93, EE and 70. RGB value is (147,238,112). Sum of RGB (Red+Green+Blue) = 147+238+112=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #93EE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EE70 is #6C118F. Grayscale: #C4C4C4. Windows color (decimal): -7082384 or 7401107. OLE color: 7401107.

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

Color convert

RGB 147 238 112 -
CMYK 0.38 0 0.53 0.07
HSL 103.33º 0.79% 0.69% -
HSV(B) 103.33º 0.53% 0.93% -
XYZ 45.53 68.52 26.16 -
YUV 196.43 80.35 92.75 -
System Red Green Blue C M Y K H S L
Decimal 147 238 112 0.38 0 0.53 0.07 103.33 0.79 0.69
Hex 93 EE 70 26 0 35 7 67 4F 45
Octal 223 356 160 46 0 65 7 147 117 105
Binary 10010011 11101110 1110000 100110 0 110101 111 1100111 1001111 1000101

Color Harmonies of #93EE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EE70

Black with #93EE70

Text Example


Text Example

White with #93EE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93EE70; }

 p { color: rgb(147,238,112); }

 H1.HeaderClassName
 {
   color: #93EE70;
 }
 .AnyTagClassName
 {
   color: #93EE70;
 }
</style>

background-color css

<style>
 a { background-color: #93EE70; }

 a { background-color: rgb(147,238,112); }

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

border-color css

<style>
 span { border-color: #93EE70; }

 span { border-color: rgb(147,238,112); }

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