Html Css Color HEX #85CA6B Mantis

📋 copy color: '#85CA6B'

red 133 ◦ green 202 ◦ blue 107

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

Shades of Mantis #85CA6B

Tints of Mantis #85CA6B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.7%

 BLUE value IS 107 (42.19% from 255) = 24.21%

R = 30.09%
G = 45.7%
B = 24.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#85CA6B (or 0x85CA6B) is known color: Mantis. HEX triplet: 85, CA and 6B. RGB value is (133,202,107). Sum of RGB (Red+Green+Blue) = 133+202+107=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA6B is #7A3594. Grayscale: #AAAAAA. Windows color (decimal): -8009109 or 7064197. OLE color: 7064197.

HSL color Cylindrical-coordinate representation of color #85CA6B: hue angle of 103.58º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85CA6B is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 107 -
CMYK 0.34 0 0.47 0.21
HSL 103.58º 0.47% 0.61% -
HSV(B) 103.58º 0.47% 0.79% -
XYZ 33.45 48.29 21.47 -
YUV 170.54 92.14 101.22 -
System Red Green Blue C M Y K H S L
Decimal 133 202 107 0.34 0 0.47 0.21 103.58 0.47 0.61
Hex 85 CA 6B 22 0 2F 15 68 2F 3D
Octal 205 312 153 42 0 57 25 150 57 75
Binary 10000101 11001010 1101011 100010 0 101111 10101 1101000 101111 111101

Color Harmonies of #85CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA6B

Black with #85CA6B

Text Example


Text Example

White with #85CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,202,107); }

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

background-color css

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

 a { background-color: rgb(133,202,107); }

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

border-color css

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

 span { border-color: rgb(133,202,107); }

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