Html Css Color HEX #96CF7F Gossip

📋 copy color: '#96CF7F'

red 150 ◦ green 207 ◦ blue 127

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

Shades of Gossip #96CF7F

Tints of Gossip #96CF7F

RGB

 RED value IS 150 (58.98% from 255) = 30.99%

 GREEN value IS 207 (81.25% from 255) = 42.77%

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

R = 30.99%
G = 42.77%
B = 26.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#96CF7F (or 0x96CF7F) is known color: Gossip. HEX triplet: 96, CF and 7F. RGB value is (150,207,127). Sum of RGB (Red+Green+Blue) = 150+207+127=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF7F is #693080. Grayscale: #B5B5B5. Windows color (decimal): -6893697 or 8376214. OLE color: 8376214.

HSL color Cylindrical-coordinate representation of color #96CF7F: hue angle of 102.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96CF7F is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 127 -
CMYK 0.28 0 0.39 0.19
HSL 102.75º 0.45% 0.65% -
HSV(B) 102.75º 0.39% 0.81% -
XYZ 38.72 52.64 28.2 -
YUV 180.84 97.62 106 -
System Red Green Blue C M Y K H S L
Decimal 150 207 127 0.28 0 0.39 0.19 102.75 0.45 0.65
Hex 96 CF 7F 1C 0 27 13 67 2D 41
Octal 226 317 177 34 0 47 23 147 55 101
Binary 10010110 11001111 1111111 11100 0 100111 10011 1100111 101101 1000001

Color Harmonies of #96CF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF7F

Black with #96CF7F

Text Example


Text Example

White with #96CF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CF7F; }

 p { color: rgb(150,207,127); }

 H1.HeaderClassName
 {
   color: #96CF7F;
 }
 .AnyTagClassName
 {
   color: #96CF7F;
 }
</style>

background-color css

<style>
 a { background-color: #96CF7F; }

 a { background-color: rgb(150,207,127); }

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

border-color css

<style>
 span { border-color: #96CF7F; }

 span { border-color: rgb(150,207,127); }

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