Html Css Color HEX #85CB6F Mantis

📋 copy color: '#85CB6F'

red 133 ◦ green 203 ◦ blue 111

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

Shades of Mantis #85CB6F

Tints of Mantis #85CB6F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.41%

 BLUE value IS 111 (43.75% from 255) = 24.83%

R = 29.75%
G = 45.41%
B = 24.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#85CB6F (or 0x85CB6F) is known color: Mantis. HEX triplet: 85, CB and 6F. RGB value is (133,203,111). Sum of RGB (Red+Green+Blue) = 133+203+111=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB6F is #7A3490. Grayscale: #ABABAB. Windows color (decimal): -8008849 or 7326597. OLE color: 7326597.

HSL color Cylindrical-coordinate representation of color #85CB6F: hue angle of 105.65º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85CB6F is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 203 111 -
CMYK 0.34 0 0.45 0.20
HSL 105.65º 0.47% 0.62% -
HSV(B) 105.65º 0.45% 0.8% -
XYZ 33.9 48.85 22.68 -
YUV 171.58 93.81 100.48 -
System Red Green Blue C M Y K H S L
Decimal 133 203 111 0.34 0 0.45 0.20 105.65 0.47 0.62
Hex 85 CB 6F 22 0 2D 14 6A 2F 3E
Octal 205 313 157 42 0 55 24 152 57 76
Binary 10000101 11001011 1101111 100010 0 101101 10100 1101010 101111 111110

Color Harmonies of #85CB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CB6F

Black with #85CB6F

Text Example


Text Example

White with #85CB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,203,111); }

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

background-color css

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

 a { background-color: rgb(133,203,111); }

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

border-color css

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

 span { border-color: rgb(133,203,111); }

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