Html Css Color HEX #85EB8D Light Green

📋 copy color: '#85EB8D'

red 133 ◦ green 235 ◦ blue 141

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

Shades of Light Green #85EB8D

Tints of Light Green #85EB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.17%

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 26.13%
G = 46.17%
B = 27.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#85EB8D (or 0x85EB8D) is known color: Light Green. HEX triplet: 85, EB and 8D. RGB value is (133,235,141). Sum of RGB (Red+Green+Blue) = 133+235+141=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EB8D is #7A1472. Grayscale: #C2C2C2. Windows color (decimal): -8000627 or 9300869. OLE color: 9300869.

HSL color Cylindrical-coordinate representation of color #85EB8D: hue angle of 124.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EB8D is Cyan = 0.43, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 235 141 -
CMYK 0.43 0 0.4 0.08
HSL 124.71º 0.72% 0.72% -
HSV(B) 124.71º 0.43% 0.92% -
XYZ 44.19 66.33 35.67 -
YUV 193.79 98.21 84.64 -
System Red Green Blue C M Y K H S L
Decimal 133 235 141 0.43 0 0.4 0.08 124.71 0.72 0.72
Hex 85 EB 8D 2B 0 28 8 7D 48 48
Octal 205 353 215 53 0 50 10 175 110 110
Binary 10000101 11101011 10001101 101011 0 101000 1000 1111101 1001000 1001000

Color Harmonies of #85EB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EB8D

Black with #85EB8D

Text Example


Text Example

White with #85EB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,235,141); }

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

background-color css

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

 a { background-color: rgb(133,235,141); }

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

border-color css

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

 span { border-color: rgb(133,235,141); }

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