Html Css Color HEX #85CA45 Mantis

📋 copy color: '#85CA45'

red 133 ◦ green 202 ◦ blue 69

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

Shades of Mantis #85CA45

Tints of Mantis #85CA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.08%

R = 32.92%
G = 50%
B = 17.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#85CA45 (or 0x85CA45) is known color: Mantis. HEX triplet: 85, CA and 45. RGB value is (133,202,69). Sum of RGB (Red+Green+Blue) = 133+202+69=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CA45 is #7A35BA. Grayscale: #A6A6A6. Windows color (decimal): -8009147 or 4573829. OLE color: 4573829.

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

Color convert

RGB 133 202 69 -
CMYK 0.34 0 0.66 0.21
HSL 91.13º 0.56% 0.53% -
HSV(B) 91.13º 0.66% 0.79% -
XYZ 31.87 47.66 13.15 -
YUV 166.21 73.14 104.31 -
System Red Green Blue C M Y K H S L
Decimal 133 202 69 0.34 0 0.66 0.21 91.13 0.56 0.53
Hex 85 CA 45 22 0 42 15 5B 38 35
Octal 205 312 105 42 0 102 25 133 70 65
Binary 10000101 11001010 1000101 100010 0 1000010 10101 1011011 111000 110101

Color Harmonies of #85CA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA45

Black with #85CA45

Text Example


Text Example

White with #85CA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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