Html Css Color HEX #85EC8D Light Green

📋 copy color: '#85EC8D'

red 133 ◦ green 236 ◦ blue 141

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

Shades of Light Green #85EC8D

Tints of Light Green #85EC8D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.27%

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

R = 26.08%
G = 46.27%
B = 27.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#85EC8D (or 0x85EC8D) is known color: Light Green. HEX triplet: 85, EC and 8D. RGB value is (133,236,141). Sum of RGB (Red+Green+Blue) = 133+236+141=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EC8D is #7A1372. Grayscale: #C2C2C2. Windows color (decimal): -8000371 or 9301125. OLE color: 9301125.

HSL color Cylindrical-coordinate representation of color #85EC8D: hue angle of 124.66º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EC8D is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 141 -
CMYK 0.44 0 0.40 0.07
HSL 124.66º 0.73% 0.72% -
HSV(B) 124.66º 0.44% 0.93% -
XYZ 44.48 66.9 35.77 -
YUV 194.37 97.88 84.22 -
System Red Green Blue C M Y K H S L
Decimal 133 236 141 0.44 0 0.40 0.07 124.66 0.73 0.72
Hex 85 EC 8D 2C 0 28 7 7D 49 48
Octal 205 354 215 54 0 50 7 175 111 110
Binary 10000101 11101100 10001101 101100 0 101000 111 1111101 1001001 1001000

Color Harmonies of #85EC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EC8D

Black with #85EC8D

Text Example


Text Example

White with #85EC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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