Html Css Color HEX #92E775 Gossip

📋 copy color: '#92E775'

red 146 ◦ green 231 ◦ blue 117

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

Shades of Gossip #92E775

Tints of Gossip #92E775

RGB

 RED value IS 146 (57.42% from 255) = 29.55%

 GREEN value IS 231 (90.63% from 255) = 46.76%

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 29.55%
G = 46.76%
B = 23.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#92E775 (or 0x92E775) is known color: Gossip. HEX triplet: 92, E7 and 75. RGB value is (146,231,117). Sum of RGB (Red+Green+Blue) = 146+231+117=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #92E775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92E775 is #6D188A. Grayscale: #C0C0C0. Windows color (decimal): -7149707 or 7726994. OLE color: 7726994.

HSL color Cylindrical-coordinate representation of color #92E775: hue angle of 104.74º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92E775 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 231 117 -
CMYK 0.37 0 0.49 0.09
HSL 104.74º 0.7% 0.68% -
HSV(B) 104.74º 0.49% 0.91% -
XYZ 43.64 64.55 26.99 -
YUV 192.59 85.34 94.77 -
System Red Green Blue C M Y K H S L
Decimal 146 231 117 0.37 0 0.49 0.09 104.74 0.7 0.68
Hex 92 E7 75 25 0 31 9 69 46 44
Octal 222 347 165 45 0 61 11 151 106 104
Binary 10010010 11100111 1110101 100101 0 110001 1001 1101001 1000110 1000100

Color Harmonies of #92E775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92E775

Black with #92E775

Text Example


Text Example

White with #92E775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92E775; }

 p { color: rgb(146,231,117); }

 H1.HeaderClassName
 {
   color: #92E775;
 }
 .AnyTagClassName
 {
   color: #92E775;
 }
</style>

background-color css

<style>
 a { background-color: #92E775; }

 a { background-color: rgb(146,231,117); }

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

border-color css

<style>
 span { border-color: #92E775; }

 span { border-color: rgb(146,231,117); }

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