Html Css Color HEX #85ED7D Light Green

📋 copy color: '#85ED7D'

red 133 ◦ green 237 ◦ blue 125

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

Shades of Light Green #85ED7D

Tints of Light Green #85ED7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 26.87%
G = 47.88%
B = 25.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#85ED7D (or 0x85ED7D) is known color: Light Green. HEX triplet: 85, ED and 7D. RGB value is (133,237,125). Sum of RGB (Red+Green+Blue) = 133+237+125=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85ED7D is #7A1282. Grayscale: #C1C1C1. Windows color (decimal): -8000131 or 8252805. OLE color: 8252805.

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

Color convert

RGB 133 237 125 -
CMYK 0.44 0 0.47 0.07
HSL 115.71º 0.76% 0.71% -
HSV(B) 115.71º 0.47% 0.93% -
XYZ 43.66 67.04 30.04 -
YUV 193.14 89.54 85.11 -
System Red Green Blue C M Y K H S L
Decimal 133 237 125 0.44 0 0.47 0.07 115.71 0.76 0.71
Hex 85 ED 7D 2C 0 2F 7 74 4C 47
Octal 205 355 175 54 0 57 7 164 114 107
Binary 10000101 11101101 1111101 101100 0 101111 111 1110100 1001100 1000111

Color Harmonies of #85ED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ED7D

Black with #85ED7D

Text Example


Text Example

White with #85ED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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