Html Css Color HEX #85ED60 Pastel Green

📋 copy color: '#85ED60'

red 133 ◦ green 237 ◦ blue 96

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

Shades of Pastel Green #85ED60

Tints of Pastel Green #85ED60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.6%

R = 28.54%
G = 50.86%
B = 20.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#85ED60 (or 0x85ED60) is known color: Pastel Green. HEX triplet: 85, ED and 60. RGB value is (133,237,96). Sum of RGB (Red+Green+Blue) = 133+237+96=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85ED60 is #7A129F. Grayscale: #BEBEBE. Windows color (decimal): -8000160 or 6352261. OLE color: 6352261.

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

Color convert

RGB 133 237 96 -
CMYK 0.44 0 0.59 0.07
HSL 104.26º 0.8% 0.65% -
HSV(B) 104.26º 0.59% 0.93% -
XYZ 42.07 66.4 21.67 -
YUV 189.83 75.04 87.46 -
System Red Green Blue C M Y K H S L
Decimal 133 237 96 0.44 0 0.59 0.07 104.26 0.8 0.65
Hex 85 ED 60 2C 0 3B 7 68 50 41
Octal 205 355 140 54 0 73 7 150 120 101
Binary 10000101 11101101 1100000 101100 0 111011 111 1101000 1010000 1000001

Color Harmonies of #85ED60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ED60

Black with #85ED60

Text Example


Text Example

White with #85ED60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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