Html Css Color HEX #85CE69 Mantis

📋 copy color: '#85CE69'

red 133 ◦ green 206 ◦ blue 105

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

Shades of Mantis #85CE69

Tints of Mantis #85CE69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 29.95%
G = 46.4%
B = 23.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#85CE69 (or 0x85CE69) is known color: Mantis. HEX triplet: 85, CE and 69. RGB value is (133,206,105). Sum of RGB (Red+Green+Blue) = 133+206+105=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE69 is #7A3196. Grayscale: #ACACAC. Windows color (decimal): -8008087 or 6934149. OLE color: 6934149.

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

Color convert

RGB 133 206 105 -
CMYK 0.35 0 0.49 0.19
HSL 103.37º 0.51% 0.61% -
HSV(B) 103.37º 0.49% 0.81% -
XYZ 34.29 50.15 21.24 -
YUV 172.66 89.82 99.71 -
System Red Green Blue C M Y K H S L
Decimal 133 206 105 0.35 0 0.49 0.19 103.37 0.51 0.61
Hex 85 CE 69 23 0 31 13 67 33 3D
Octal 205 316 151 43 0 61 23 147 63 75
Binary 10000101 11001110 1101001 100011 0 110001 10011 1100111 110011 111101

Color Harmonies of #85CE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE69

Black with #85CE69

Text Example


Text Example

White with #85CE69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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