Html Css Color HEX #96CF7B Gossip

📋 copy color: '#96CF7B'

red 150 ◦ green 207 ◦ blue 123

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

Shades of Gossip #96CF7B

Tints of Gossip #96CF7B

RGB

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

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

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

R = 31.25%
G = 43.13%
B = 25.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#96CF7B (or 0x96CF7B) is known color: Gossip. HEX triplet: 96, CF and 7B. RGB value is (150,207,123). Sum of RGB (Red+Green+Blue) = 150+207+123=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF7B is #693084. Grayscale: #B4B4B4. Windows color (decimal): -6893701 or 8114070. OLE color: 8114070.

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

Color convert

RGB 150 207 123 -
CMYK 0.28 0 0.41 0.19
HSL 100.71º 0.47% 0.65% -
HSV(B) 100.71º 0.41% 0.81% -
XYZ 38.47 52.54 26.85 -
YUV 180.38 95.62 106.33 -
System Red Green Blue C M Y K H S L
Decimal 150 207 123 0.28 0 0.41 0.19 100.71 0.47 0.65
Hex 96 CF 7B 1C 0 29 13 65 2F 41
Octal 226 317 173 34 0 51 23 145 57 101
Binary 10010110 11001111 1111011 11100 0 101001 10011 1100101 101111 1000001

Color Harmonies of #96CF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF7B

Black with #96CF7B

Text Example


Text Example

White with #96CF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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