Html Css Color HEX #85CF6C Mantis

📋 copy color: '#85CF6C'

red 133 ◦ green 207 ◦ blue 108

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

Shades of Mantis #85CF6C

Tints of Mantis #85CF6C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.21%

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

R = 29.69%
G = 46.21%
B = 24.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#85CF6C (or 0x85CF6C) is known color: Mantis. HEX triplet: 85, CF and 6C. RGB value is (133,207,108). Sum of RGB (Red+Green+Blue) = 133+207+108=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF6C is #7A3093. Grayscale: #ADADAD. Windows color (decimal): -8007828 or 7131013. OLE color: 7131013.

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

Color convert

RGB 133 207 108 -
CMYK 0.36 0 0.48 0.19
HSL 104.85º 0.51% 0.62% -
HSV(B) 104.85º 0.48% 0.81% -
XYZ 34.69 50.69 22.14 -
YUV 173.59 90.98 99.05 -
System Red Green Blue C M Y K H S L
Decimal 133 207 108 0.36 0 0.48 0.19 104.85 0.51 0.62
Hex 85 CF 6C 24 0 30 13 69 33 3E
Octal 205 317 154 44 0 60 23 151 63 76
Binary 10000101 11001111 1101100 100100 0 110000 10011 1101001 110011 111110

Color Harmonies of #85CF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CF6C

Black with #85CF6C

Text Example


Text Example

White with #85CF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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