Html Css Color HEX #85FF8E Light Green

📋 copy color: '#85FF8E'

red 133 ◦ green 255 ◦ blue 142

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

Shades of Light Green #85FF8E

Tints of Light Green #85FF8E

RGB

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

 GREEN value IS 255 (100% from 255) = 48.11%

 BLUE value IS 142 (55.86% from 255) = 26.79%

R = 25.09%
G = 48.11%
B = 26.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#85FF8E (or 0x85FF8E) is known color: Light Green. HEX triplet: 85, FF and 8E. RGB value is (133,255,142). Sum of RGB (Red+Green+Blue) = 133+255+142=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF8E is #7A0071. Grayscale: #CDCDCD. Windows color (decimal): -7995506 or 9371525. OLE color: 9371525.

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

Color convert

RGB 133 255 142 -
CMYK 0.48 0 0.44 0
HSL 124.43º 1% 0.76% -
HSV(B) 124.43º 0.48% 1% -
XYZ 50.32 78.46 38.08 -
YUV 205.64 92.08 76.19 -
System Red Green Blue C M Y K H S L
Decimal 133 255 142 0.48 0 0.44 0 124.43 1 0.76
Hex 85 FF 8E 30 0 2C 0 7C 64 4C
Octal 205 377 216 60 0 54 0 174 144 114
Binary 10000101 11111111 10001110 110000 0 101100 0 1111100 1100100 1001100

Color Harmonies of #85FF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FF8E

Black with #85FF8E

Text Example


Text Example

White with #85FF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,255,142); }

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

background-color css

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

 a { background-color: rgb(133,255,142); }

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

border-color css

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

 span { border-color: rgb(133,255,142); }

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