Html Css Color HEX #85ED93 Light Green

📋 copy color: '#85ED93'

red 133 ◦ green 237 ◦ blue 147

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

Shades of Light Green #85ED93

Tints of Light Green #85ED93

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.84%

 BLUE value IS 147 (57.81% from 255) = 28.43%

R = 25.73%
G = 45.84%
B = 28.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#85ED93 (or 0x85ED93) is known color: Light Green. HEX triplet: 85, ED and 93. RGB value is (133,237,147). Sum of RGB (Red+Green+Blue) = 133+237+147=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ED93 is #7A126C. Grayscale: #C3C3C3. Windows color (decimal): -8000109 or 9694597. OLE color: 9694597.

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

Color convert

RGB 133 237 147 -
CMYK 0.44 0 0.38 0.07
HSL 128.08º 0.74% 0.73% -
HSV(B) 128.08º 0.44% 0.93% -
XYZ 45.22 67.66 38.28 -
YUV 195.64 100.54 83.32 -
System Red Green Blue C M Y K H S L
Decimal 133 237 147 0.44 0 0.38 0.07 128.08 0.74 0.73
Hex 85 ED 93 2C 0 26 7 80 4A 49
Octal 205 355 223 54 0 46 7 200 112 111
Binary 10000101 11101101 10010011 101100 0 100110 111 10000000 1001010 1001001

Color Harmonies of #85ED93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ED93

Black with #85ED93

Text Example


Text Example

White with #85ED93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,237,147); }

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

background-color css

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

 a { background-color: rgb(133,237,147); }

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

border-color css

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

 span { border-color: rgb(133,237,147); }

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