Html Css Color HEX #85CE6D Mantis

📋 copy color: '#85CE6D'

red 133 ◦ green 206 ◦ blue 109

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

Shades of Mantis #85CE6D

Tints of Mantis #85CE6D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.98%

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 29.69%
G = 45.98%
B = 24.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#85CE6D (or 0x85CE6D) is known color: Mantis. HEX triplet: 85, CE and 6D. RGB value is (133,206,109). Sum of RGB (Red+Green+Blue) = 133+206+109=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE6D is #7A3192. Grayscale: #ADADAD. Windows color (decimal): -8008083 or 7196293. OLE color: 7196293.

HSL color Cylindrical-coordinate representation of color #85CE6D: hue angle of 105.15º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85CE6D is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 109 -
CMYK 0.35 0 0.47 0.19
HSL 105.15º 0.5% 0.62% -
HSV(B) 105.15º 0.47% 0.81% -
XYZ 34.5 50.23 22.35 -
YUV 173.12 91.82 99.39 -
System Red Green Blue C M Y K H S L
Decimal 133 206 109 0.35 0 0.47 0.19 105.15 0.5 0.62
Hex 85 CE 6D 23 0 2F 13 69 32 3E
Octal 205 316 155 43 0 57 23 151 62 76
Binary 10000101 11001110 1101101 100011 0 101111 10011 1101001 110010 111110

Color Harmonies of #85CE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE6D

Black with #85CE6D

Text Example


Text Example

White with #85CE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,206,109); }

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

background-color css

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

 a { background-color: rgb(133,206,109); }

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

border-color css

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

 span { border-color: rgb(133,206,109); }

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