Html Css Color HEX #85E57D Pastel Green

📋 copy color: '#85E57D'

red 133 ◦ green 229 ◦ blue 125

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

Shades of Pastel Green #85E57D

Tints of Pastel Green #85E57D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.02%

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

R = 27.31%
G = 47.02%
B = 25.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#85E57D (or 0x85E57D) is known color: Pastel Green. HEX triplet: 85, E5 and 7D. RGB value is (133,229,125). Sum of RGB (Red+Green+Blue) = 133+229+125=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #85E57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E57D is #7A1A82. Grayscale: #BCBCBC. Windows color (decimal): -8002179 or 8250757. OLE color: 8250757.

HSL color Cylindrical-coordinate representation of color #85E57D: hue angle of 115.38º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85E57D is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 229 125 -
CMYK 0.42 0 0.45 0.10
HSL 115.38º 0.67% 0.69% -
HSV(B) 115.38º 0.45% 0.9% -
XYZ 41.39 62.51 29.29 -
YUV 188.44 92.2 88.46 -
System Red Green Blue C M Y K H S L
Decimal 133 229 125 0.42 0 0.45 0.10 115.38 0.67 0.69
Hex 85 E5 7D 2A 0 2D A 73 43 45
Octal 205 345 175 52 0 55 12 163 103 105
Binary 10000101 11100101 1111101 101010 0 101101 1010 1110011 1000011 1000101

Color Harmonies of #85E57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E57D

Black with #85E57D

Text Example


Text Example

White with #85E57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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