Html Css Color HEX #85EC95 Light Green

📋 copy color: '#85EC95'

red 133 ◦ green 236 ◦ blue 149

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

Shades of Light Green #85EC95

Tints of Light Green #85EC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.76%

R = 25.68%
G = 45.56%
B = 28.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#85EC95 (or 0x85EC95) is known color: Light Green. HEX triplet: 85, EC and 95. RGB value is (133,236,149). Sum of RGB (Red+Green+Blue) = 133+236+149=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EC95 is #7A136A. Grayscale: #C3C3C3. Windows color (decimal): -8000363 or 9825413. OLE color: 9825413.

HSL color Cylindrical-coordinate representation of color #85EC95: hue angle of 129.32º 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 #85EC95 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 149 -
CMYK 0.44 0 0.37 0.07
HSL 129.32º 0.73% 0.72% -
HSV(B) 129.32º 0.44% 0.93% -
XYZ 45.09 67.15 39.02 -
YUV 195.29 101.88 83.57 -
System Red Green Blue C M Y K H S L
Decimal 133 236 149 0.44 0 0.37 0.07 129.32 0.73 0.72
Hex 85 EC 95 2C 0 25 7 81 49 48
Octal 205 354 225 54 0 45 7 201 111 110
Binary 10000101 11101100 10010101 101100 0 100101 111 10000001 1001001 1001000

Color Harmonies of #85EC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EC95

Black with #85EC95

Text Example


Text Example

White with #85EC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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