Html Css Color HEX #85FE9A Mint Green

📋 copy color: '#85FE9A'

red 133 ◦ green 254 ◦ blue 154

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

Shades of Mint Green #85FE9A

Tints of Mint Green #85FE9A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.95%

 BLUE value IS 154 (60.55% from 255) = 28.47%

R = 24.58%
G = 46.95%
B = 28.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#85FE9A (or 0x85FE9A) is known color: Mint Green. HEX triplet: 85, FE and 9A. RGB value is (133,254,154). Sum of RGB (Red+Green+Blue) = 133+254+154=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE9A is #7A0165. Grayscale: #CECECE. Windows color (decimal): -7995750 or 10157701. OLE color: 10157701.

HSL color Cylindrical-coordinate representation of color #85FE9A: hue angle of 130.41º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FE9A is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 254 154 -
CMYK 0.48 0 0.39 0.00
HSL 130.41º 0.98% 0.76% -
HSV(B) 130.41º 0.48% 1% -
XYZ 50.95 78.2 42.98 -
YUV 206.42 98.41 75.63 -
System Red Green Blue C M Y K H S L
Decimal 133 254 154 0.48 0 0.39 0.00 130.41 0.98 0.76
Hex 85 FE 9A 30 0 27 0 82 62 4C
Octal 205 376 232 60 0 47 0 202 142 114
Binary 10000101 11111110 10011010 110000 0 100111 0 10000010 1100010 1001100

Color Harmonies of #85FE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FE9A

Black with #85FE9A

Text Example


Text Example

White with #85FE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,254,154); }

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

background-color css

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

 a { background-color: rgb(133,254,154); }

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

border-color css

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

 span { border-color: rgb(133,254,154); }

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