Html Css Color HEX #95BF9D Summer Green

📋 copy color: '#95BF9D'

red 149 ◦ green 191 ◦ blue 157

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

Shades of Summer Green #95BF9D

Tints of Summer Green #95BF9D

RGB

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

 GREEN value IS 191 (75% from 255) = 38.43%

 BLUE value IS 157 (61.72% from 255) = 31.59%

R = 29.98%
G = 38.43%
B = 31.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#95BF9D (or 0x95BF9D) is known color: Summer Green. HEX triplet: 95, BF and 9D. RGB value is (149,191,157). Sum of RGB (Red+Green+Blue) = 149+191+157=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BF9D is #6A4062. Grayscale: #AEAEAE. Windows color (decimal): -6963299 or 10338197. OLE color: 10338197.

HSL color Cylindrical-coordinate representation of color #95BF9D: hue angle of 131.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BF9D is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 191 157 -
CMYK 0.22 0 0.18 0.25
HSL 131.43º 0.25% 0.67% -
HSV(B) 131.43º 0.22% 0.75% -
XYZ 37.11 46.09 38.84 -
YUV 174.57 118.09 109.76 -
System Red Green Blue C M Y K H S L
Decimal 149 191 157 0.22 0 0.18 0.25 131.43 0.25 0.67
Hex 95 BF 9D 16 0 12 19 83 19 43
Octal 225 277 235 26 0 22 31 203 31 103
Binary 10010101 10111111 10011101 10110 0 10010 11001 10000011 11001 1000011

Color Harmonies of #95BF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BF9D

Black with #95BF9D

Text Example


Text Example

White with #95BF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,191,157); }

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

background-color css

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

 a { background-color: rgb(149,191,157); }

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

border-color css

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

 span { border-color: rgb(149,191,157); }

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