Html Css Color HEX #9BE07D Gossip

📋 copy color: '#9BE07D'

red 155 ◦ green 224 ◦ blue 125

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

Shades of Gossip #9BE07D

Tints of Gossip #9BE07D

RGB

 RED value IS 155 (60.94% from 255) = 30.75%

 GREEN value IS 224 (87.89% from 255) = 44.44%

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 30.75%
G = 44.44%
B = 24.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#9BE07D (or 0x9BE07D) is known color: Gossip. HEX triplet: 9B, E0 and 7D. RGB value is (155,224,125). Sum of RGB (Red+Green+Blue) = 155+224+125=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE07D is #641F82. Grayscale: #C0C0C0. Windows color (decimal): -6561667 or 8249499. OLE color: 8249499.

HSL color Cylindrical-coordinate representation of color #9BE07D: hue angle of 101.82º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BE07D is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 224 125 -
CMYK 0.31 0 0.44 0.12
HSL 101.82º 0.61% 0.68% -
HSV(B) 101.82º 0.44% 0.88% -
XYZ 43.87 61.76 29.01 -
YUV 192.08 90.14 101.55 -
System Red Green Blue C M Y K H S L
Decimal 155 224 125 0.31 0 0.44 0.12 101.82 0.61 0.68
Hex 9B E0 7D 1F 0 2C C 66 3D 44
Octal 233 340 175 37 0 54 14 146 75 104
Binary 10011011 11100000 1111101 11111 0 101100 1100 1100110 111101 1000100

Color Harmonies of #9BE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE07D

Black with #9BE07D

Text Example


Text Example

White with #9BE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,224,125); }

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

background-color css

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

 a { background-color: rgb(155,224,125); }

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

border-color css

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

 span { border-color: rgb(155,224,125); }

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