Html Css Color HEX #9CDB7F Gossip

📋 copy color: '#9CDB7F'

red 156 ◦ green 219 ◦ blue 127

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

Shades of Gossip #9CDB7F

Tints of Gossip #9CDB7F

RGB

 RED value IS 156 (61.33% from 255) = 31.08%

 GREEN value IS 219 (85.94% from 255) = 43.63%

 BLUE value IS 127 (50% from 255) = 25.3%

R = 31.08%
G = 43.63%
B = 25.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#9CDB7F (or 0x9CDB7F) is known color: Gossip. HEX triplet: 9C, DB and 7F. RGB value is (156,219,127). Sum of RGB (Red+Green+Blue) = 156+219+127=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB7F is #632480. Grayscale: #BDBDBD. Windows color (decimal): -6497409 or 8379292. OLE color: 8379292.

HSL color Cylindrical-coordinate representation of color #9CDB7F: hue angle of 101.09º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CDB7F is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 127 -
CMYK 0.29 0 0.42 0.14
HSL 101.09º 0.56% 0.68% -
HSV(B) 101.09º 0.42% 0.86% -
XYZ 42.87 59.26 29.26 -
YUV 189.68 92.63 103.98 -
System Red Green Blue C M Y K H S L
Decimal 156 219 127 0.29 0 0.42 0.14 101.09 0.56 0.68
Hex 9C DB 7F 1D 0 2A E 65 38 44
Octal 234 333 177 35 0 52 16 145 70 104
Binary 10011100 11011011 1111111 11101 0 101010 1110 1100101 111000 1000100

Color Harmonies of #9CDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB7F

Black with #9CDB7F

Text Example


Text Example

White with #9CDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,219,127); }

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

background-color css

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

 a { background-color: rgb(156,219,127); }

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

border-color css

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

 span { border-color: rgb(156,219,127); }

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