Html Css Color HEX #85BF96 Summer Green

📋 copy color: '#85BF96'

red 133 ◦ green 191 ◦ blue 150

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

Shades of Summer Green #85BF96

Tints of Summer Green #85BF96

RGB

 RED value IS 133 (52.34% from 255) = 28.06%

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

 BLUE value IS 150 (58.98% from 255) = 31.65%

R = 28.06%
G = 40.3%
B = 31.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#85BF96 (or 0x85BF96) is known color: Summer Green. HEX triplet: 85, BF and 96. RGB value is (133,191,150). Sum of RGB (Red+Green+Blue) = 133+191+150=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BF96 is #7A4069. Grayscale: #A9A9A9. Windows color (decimal): -8011882 or 9879429. OLE color: 9879429.

HSL color Cylindrical-coordinate representation of color #85BF96: hue angle of 137.59º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BF96 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 150 -
CMYK 0.30 0 0.21 0.25
HSL 137.59º 0.31% 0.64% -
HSV(B) 137.59º 0.3% 0.75% -
XYZ 33.81 44.45 35.65 -
YUV 168.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 133 191 150 0.30 0 0.21 0.25 137.59 0.31 0.64
Hex 85 BF 96 1E 0 15 19 8A 1F 40
Octal 205 277 226 36 0 25 31 212 37 100
Binary 10000101 10111111 10010110 11110 0 10101 11001 10001010 11111 1000000

Color Harmonies of #85BF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF96

Black with #85BF96

Text Example


Text Example

White with #85BF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85BF96; }

 p { color: rgb(133,191,150); }

 H1.HeaderClassName
 {
   color: #85BF96;
 }
 .AnyTagClassName
 {
   color: #85BF96;
 }
</style>

background-color css

<style>
 a { background-color: #85BF96; }

 a { background-color: rgb(133,191,150); }

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

border-color css

<style>
 span { border-color: #85BF96; }

 span { border-color: rgb(133,191,150); }

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