Html Css Color HEX #85C598 Summer Green

📋 copy color: '#85C598'

red 133 ◦ green 197 ◦ blue 152

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

Shades of Summer Green #85C598

Tints of Summer Green #85C598

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.87%

 BLUE value IS 152 (59.77% from 255) = 31.54%

R = 27.59%
G = 40.87%
B = 31.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#85C598 (or 0x85C598) is known color: Summer Green. HEX triplet: 85, C5 and 98. RGB value is (133,197,152). Sum of RGB (Red+Green+Blue) = 133+197+152=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #85C598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C598 is #7A3A67. Grayscale: #ACACAC. Windows color (decimal): -8010344 or 10012037. OLE color: 10012037.

HSL color Cylindrical-coordinate representation of color #85C598: hue angle of 137.81º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C598 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 197 152 -
CMYK 0.32 0 0.23 0.23
HSL 137.81º 0.36% 0.65% -
HSV(B) 137.81º 0.32% 0.77% -
XYZ 35.31 47.19 36.95 -
YUV 172.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 133 197 152 0.32 0 0.23 0.23 137.81 0.36 0.65
Hex 85 C5 98 20 0 17 17 8A 24 41
Octal 205 305 230 40 0 27 27 212 44 101
Binary 10000101 11000101 10011000 100000 0 10111 10111 10001010 100100 1000001

Color Harmonies of #85C598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C598

Black with #85C598

Text Example


Text Example

White with #85C598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,197,152); }

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

background-color css

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

 a { background-color: rgb(133,197,152); }

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

border-color css

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

 span { border-color: rgb(133,197,152); }

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