Html Css Color HEX #85CC4A Mantis

📋 copy color: '#85CC4A'

red 133 ◦ green 204 ◦ blue 74

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

Shades of Mantis #85CC4A

Tints of Mantis #85CC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.64%

 BLUE value IS 74 (29.3% from 255) = 18%

R = 32.36%
G = 49.64%
B = 18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#85CC4A (or 0x85CC4A) is known color: Mantis. HEX triplet: 85, CC and 4A. RGB value is (133,204,74). Sum of RGB (Red+Green+Blue) = 133+204+74=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CC4A is #7A33B5. Grayscale: #A8A8A8. Windows color (decimal): -8008630 or 4902021. OLE color: 4902021.

HSL color Cylindrical-coordinate representation of color #85CC4A: hue angle of 92.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85CC4A is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 204 74 -
CMYK 0.35 0 0.64 0.2
HSL 92.77º 0.56% 0.55% -
HSV(B) 92.77º 0.64% 0.8% -
XYZ 32.5 48.67 14.16 -
YUV 167.95 74.98 103.07 -
System Red Green Blue C M Y K H S L
Decimal 133 204 74 0.35 0 0.64 0.2 92.77 0.56 0.55
Hex 85 CC 4A 23 0 40 14 5D 38 37
Octal 205 314 112 43 0 100 24 135 70 67
Binary 10000101 11001100 1001010 100011 0 1000000 10100 1011101 111000 110111

Color Harmonies of #85CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CC4A

Black with #85CC4A

Text Example


Text Example

White with #85CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,204,74); }

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

background-color css

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

 a { background-color: rgb(133,204,74); }

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

border-color css

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

 span { border-color: rgb(133,204,74); }

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