Html Css Color HEX #85E073 Pastel Green

📋 copy color: '#85E073'

red 133 ◦ green 224 ◦ blue 115

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

Shades of Pastel Green #85E073

Tints of Pastel Green #85E073

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.46%

 BLUE value IS 115 (45.31% from 255) = 24.36%

R = 28.18%
G = 47.46%
B = 24.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#85E073 (or 0x85E073) is known color: Pastel Green. HEX triplet: 85, E0 and 73. RGB value is (133,224,115). Sum of RGB (Red+Green+Blue) = 133+224+115=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #85E073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E073 is #7A1F8C. Grayscale: #B8B8B8. Windows color (decimal): -8003469 or 7594117. OLE color: 7594117.

HSL color Cylindrical-coordinate representation of color #85E073: hue angle of 110.09º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85E073 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 224 115 -
CMYK 0.41 0 0.49 0.12
HSL 110.09º 0.64% 0.66% -
HSV(B) 110.09º 0.49% 0.88% -
XYZ 39.42 59.54 25.63 -
YUV 184.37 88.85 91.36 -
System Red Green Blue C M Y K H S L
Decimal 133 224 115 0.41 0 0.49 0.12 110.09 0.64 0.66
Hex 85 E0 73 29 0 31 C 6E 40 42
Octal 205 340 163 51 0 61 14 156 100 102
Binary 10000101 11100000 1110011 101001 0 110001 1100 1101110 1000000 1000010

Color Harmonies of #85E073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E073

Black with #85E073

Text Example


Text Example

White with #85E073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,224,115); }

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

background-color css

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

 a { background-color: rgb(133,224,115); }

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

border-color css

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

 span { border-color: rgb(133,224,115); }

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