Html Css Color HEX #95E67B Gossip

📋 copy color: '#95E67B'

red 149 ◦ green 230 ◦ blue 123

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

Shades of Gossip #95E67B

Tints of Gossip #95E67B

RGB

 RED value IS 149 (58.59% from 255) = 29.68%

 GREEN value IS 230 (90.23% from 255) = 45.82%

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

R = 29.68%
G = 45.82%
B = 24.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#95E67B (or 0x95E67B) is known color: Gossip. HEX triplet: 95, E6 and 7B. RGB value is (149,230,123). Sum of RGB (Red+Green+Blue) = 149+230+123=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #95E67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E67B is #6A1984. Grayscale: #C1C1C1. Windows color (decimal): -6953349 or 8119957. OLE color: 8119957.

HSL color Cylindrical-coordinate representation of color #95E67B: hue angle of 105.42º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95E67B is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 230 123 -
CMYK 0.35 0 0.47 0.10
HSL 105.42º 0.68% 0.69% -
HSV(B) 105.42º 0.47% 0.9% -
XYZ 44.27 64.41 28.84 -
YUV 193.58 88.16 96.2 -
System Red Green Blue C M Y K H S L
Decimal 149 230 123 0.35 0 0.47 0.10 105.42 0.68 0.69
Hex 95 E6 7B 23 0 2F A 69 44 45
Octal 225 346 173 43 0 57 12 151 104 105
Binary 10010101 11100110 1111011 100011 0 101111 1010 1101001 1000100 1000101

Color Harmonies of #95E67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E67B

Black with #95E67B

Text Example


Text Example

White with #95E67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95E67B; }

 p { color: rgb(149,230,123); }

 H1.HeaderClassName
 {
   color: #95E67B;
 }
 .AnyTagClassName
 {
   color: #95E67B;
 }
</style>

background-color css

<style>
 a { background-color: #95E67B; }

 a { background-color: rgb(149,230,123); }

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

border-color css

<style>
 span { border-color: #95E67B; }

 span { border-color: rgb(149,230,123); }

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