Html Css Color HEX #9EDF81 Gossip

📋 copy color: '#9EDF81'

red 158 ◦ green 223 ◦ blue 129

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

Shades of Gossip #9EDF81

Tints of Gossip #9EDF81

RGB

 RED value IS 158 (62.11% from 255) = 30.98%

 GREEN value IS 223 (87.5% from 255) = 43.73%

 BLUE value IS 129 (50.78% from 255) = 25.29%

R = 30.98%
G = 43.73%
B = 25.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#9EDF81 (or 0x9EDF81) is known color: Gossip. HEX triplet: 9E, DF and 81. RGB value is (158,223,129). Sum of RGB (Red+Green+Blue) = 158+223+129=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDF81 is #61207E. Grayscale: #C1C1C1. Windows color (decimal): -6365311 or 8511390. OLE color: 8511390.

HSL color Cylindrical-coordinate representation of color #9EDF81: hue angle of 101.49º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EDF81 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 129 -
CMYK 0.29 0 0.42 0.13
HSL 101.49º 0.59% 0.69% -
HSV(B) 101.49º 0.42% 0.87% -
XYZ 44.45 61.63 30.32 -
YUV 192.85 91.97 103.14 -
System Red Green Blue C M Y K H S L
Decimal 158 223 129 0.29 0 0.42 0.13 101.49 0.59 0.69
Hex 9E DF 81 1D 0 2A D 65 3B 45
Octal 236 337 201 35 0 52 15 145 73 105
Binary 10011110 11011111 10000001 11101 0 101010 1101 1100101 111011 1000101

Color Harmonies of #9EDF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDF81

Black with #9EDF81

Text Example


Text Example

White with #9EDF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EDF81; }

 p { color: rgb(158,223,129); }

 H1.HeaderClassName
 {
   color: #9EDF81;
 }
 .AnyTagClassName
 {
   color: #9EDF81;
 }
</style>

background-color css

<style>
 a { background-color: #9EDF81; }

 a { background-color: rgb(158,223,129); }

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

border-color css

<style>
 span { border-color: #9EDF81; }

 span { border-color: rgb(158,223,129); }

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