Html Css Color HEX #85D26C Mantis

📋 copy color: '#85D26C'

red 133 ◦ green 210 ◦ blue 108

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

Shades of Mantis #85D26C

Tints of Mantis #85D26C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.56%

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

R = 29.49%
G = 46.56%
B = 23.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#85D26C (or 0x85D26C) is known color: Mantis. HEX triplet: 85, D2 and 6C. RGB value is (133,210,108). Sum of RGB (Red+Green+Blue) = 133+210+108=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #85D26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D26C is #7A2D93. Grayscale: #AFAFAF. Windows color (decimal): -8007060 or 7131781. OLE color: 7131781.

HSL color Cylindrical-coordinate representation of color #85D26C: hue angle of 105.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85D26C is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 210 108 -
CMYK 0.37 0 0.49 0.18
HSL 105.29º 0.53% 0.62% -
HSV(B) 105.29º 0.49% 0.82% -
XYZ 35.43 52.16 22.39 -
YUV 175.35 89.99 97.79 -
System Red Green Blue C M Y K H S L
Decimal 133 210 108 0.37 0 0.49 0.18 105.29 0.53 0.62
Hex 85 D2 6C 25 0 31 12 69 35 3E
Octal 205 322 154 45 0 61 22 151 65 76
Binary 10000101 11010010 1101100 100101 0 110001 10010 1101001 110101 111110

Color Harmonies of #85D26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D26C

Black with #85D26C

Text Example


Text Example

White with #85D26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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