Html Css Color HEX #9BDF7B Gossip

📋 copy color: '#9BDF7B'

red 155 ◦ green 223 ◦ blue 123

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

Shades of Gossip #9BDF7B

Tints of Gossip #9BDF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.55%

R = 30.94%
G = 44.51%
B = 24.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#9BDF7B (or 0x9BDF7B) is known color: Gossip. HEX triplet: 9B, DF and 7B. RGB value is (155,223,123). Sum of RGB (Red+Green+Blue) = 155+223+123=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF7B is #642084. Grayscale: #BFBFBF. Windows color (decimal): -6561925 or 8118171. OLE color: 8118171.

HSL color Cylindrical-coordinate representation of color #9BDF7B: hue angle of 100.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BDF7B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 223 123 -
CMYK 0.30 0 0.45 0.13
HSL 100.8º 0.61% 0.68% -
HSV(B) 100.8º 0.45% 0.87% -
XYZ 43.48 61.17 28.25 -
YUV 191.27 89.47 102.13 -
System Red Green Blue C M Y K H S L
Decimal 155 223 123 0.30 0 0.45 0.13 100.8 0.61 0.68
Hex 9B DF 7B 1E 0 2D D 65 3D 44
Octal 233 337 173 36 0 55 15 145 75 104
Binary 10011011 11011111 1111011 11110 0 101101 1101 1100101 111101 1000100

Color Harmonies of #9BDF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDF7B

Black with #9BDF7B

Text Example


Text Example

White with #9BDF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,223,123); }

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

background-color css

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

 a { background-color: rgb(155,223,123); }

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

border-color css

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

 span { border-color: rgb(155,223,123); }

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