Html Css Color HEX #85DA65 Mantis

📋 copy color: '#85DA65'

red 133 ◦ green 218 ◦ blue 101

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

Shades of Mantis #85DA65

Tints of Mantis #85DA65

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.23%

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 29.42%
G = 48.23%
B = 22.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#85DA65 (or 0x85DA65) is known color: Mantis. HEX triplet: 85, DA and 65. RGB value is (133,218,101). Sum of RGB (Red+Green+Blue) = 133+218+101=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DA65 is #7A259A. Grayscale: #B3B3B3. Windows color (decimal): -8005019 or 6675077. OLE color: 6675077.

HSL color Cylindrical-coordinate representation of color #85DA65: hue angle of 103.59º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85DA65 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 101 -
CMYK 0.39 0 0.54 0.15
HSL 103.59º 0.61% 0.63% -
HSV(B) 103.59º 0.54% 0.85% -
XYZ 37.09 56.07 21.18 -
YUV 179.25 83.84 95.01 -
System Red Green Blue C M Y K H S L
Decimal 133 218 101 0.39 0 0.54 0.15 103.59 0.61 0.63
Hex 85 DA 65 27 0 36 F 68 3D 3F
Octal 205 332 145 47 0 66 17 150 75 77
Binary 10000101 11011010 1100101 100111 0 110110 1111 1101000 111101 111111

Color Harmonies of #85DA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA65

Black with #85DA65

Text Example


Text Example

White with #85DA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,218,101); }

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

background-color css

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

 a { background-color: rgb(133,218,101); }

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

border-color css

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

 span { border-color: rgb(133,218,101); }

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