Html Css Color HEX #85EF54 Mantis

📋 copy color: '#85EF54'

red 133 ◦ green 239 ◦ blue 84

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

Shades of Mantis #85EF54

Tints of Mantis #85EF54

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.41%

 BLUE value IS 84 (33.2% from 255) = 18.42%

R = 29.17%
G = 52.41%
B = 18.42%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#85EF54 (or 0x85EF54) is known color: Mantis. HEX triplet: 85, EF and 54. RGB value is (133,239,84). Sum of RGB (Red+Green+Blue) = 133+239+84=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EF54 is #7A10AB. Grayscale: #BEBEBE. Windows color (decimal): -7999660 or 5566341. OLE color: 5566341.

HSL color Cylindrical-coordinate representation of color #85EF54: hue angle of 101.03º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85EF54 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 84 -
CMYK 0.44 0 0.65 0.06
HSL 101.03º 0.83% 0.63% -
HSV(B) 101.03º 0.65% 0.94% -
XYZ 42.14 67.36 19.17 -
YUV 189.64 68.38 87.6 -
System Red Green Blue C M Y K H S L
Decimal 133 239 84 0.44 0 0.65 0.06 101.03 0.83 0.63
Hex 85 EF 54 2C 0 41 6 65 53 3F
Octal 205 357 124 54 0 101 6 145 123 77
Binary 10000101 11101111 1010100 101100 0 1000001 110 1100101 1010011 111111

Color Harmonies of #85EF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF54

Black with #85EF54

Text Example


Text Example

White with #85EF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,239,84); }

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

background-color css

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

 a { background-color: rgb(133,239,84); }

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

border-color css

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

 span { border-color: rgb(133,239,84); }

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