Html Css Color HEX #85CA6C Mantis

📋 copy color: '#85CA6C'

red 133 ◦ green 202 ◦ blue 108

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

Shades of Mantis #85CA6C

Tints of Mantis #85CA6C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.6%

 BLUE value IS 108 (42.58% from 255) = 24.38%

R = 30.02%
G = 45.6%
B = 24.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#85CA6C (or 0x85CA6C) is known color: Mantis. HEX triplet: 85, CA and 6C. RGB value is (133,202,108). Sum of RGB (Red+Green+Blue) = 133+202+108=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA6C is #7A3593. Grayscale: #AAAAAA. Windows color (decimal): -8009108 or 7129733. OLE color: 7129733.

HSL color Cylindrical-coordinate representation of color #85CA6C: hue angle of 104.04º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85CA6C is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 108 -
CMYK 0.34 0 0.47 0.21
HSL 104.04º 0.47% 0.61% -
HSV(B) 104.04º 0.47% 0.79% -
XYZ 33.5 48.31 21.75 -
YUV 170.65 92.64 101.14 -
System Red Green Blue C M Y K H S L
Decimal 133 202 108 0.34 0 0.47 0.21 104.04 0.47 0.61
Hex 85 CA 6C 22 0 2F 15 68 2F 3D
Octal 205 312 154 42 0 57 25 150 57 75
Binary 10000101 11001010 1101100 100010 0 101111 10101 1101000 101111 111101

Color Harmonies of #85CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA6C

Black with #85CA6C

Text Example


Text Example

White with #85CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,202,108); }

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

background-color css

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

 a { background-color: rgb(133,202,108); }

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

border-color css

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

 span { border-color: rgb(133,202,108); }

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