Html Css Color HEX #85E975 Pastel Green

📋 copy color: '#85E975'

red 133 ◦ green 233 ◦ blue 117

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

Shades of Pastel Green #85E975

Tints of Pastel Green #85E975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.24%

 BLUE value IS 117 (46.09% from 255) = 24.22%

R = 27.54%
G = 48.24%
B = 24.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#85E975 (or 0x85E975) is known color: Pastel Green. HEX triplet: 85, E9 and 75. RGB value is (133,233,117). Sum of RGB (Red+Green+Blue) = 133+233+117=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #85E975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E975 is #7A168A. Grayscale: #BEBEBE. Windows color (decimal): -8001163 or 7727493. OLE color: 7727493.

HSL color Cylindrical-coordinate representation of color #85E975: hue angle of 111.72º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85E975 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 117 -
CMYK 0.43 0 0.50 0.09
HSL 111.72º 0.73% 0.69% -
HSV(B) 111.72º 0.5% 0.91% -
XYZ 42.02 64.55 27.07 -
YUV 189.88 86.87 87.43 -
System Red Green Blue C M Y K H S L
Decimal 133 233 117 0.43 0 0.50 0.09 111.72 0.73 0.69
Hex 85 E9 75 2B 0 32 9 70 48 45
Octal 205 351 165 53 0 62 11 160 110 105
Binary 10000101 11101001 1110101 101011 0 110010 1001 1110000 1001000 1000101

Color Harmonies of #85E975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E975

Black with #85E975

Text Example


Text Example

White with #85E975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,117); }

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

background-color css

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

 a { background-color: rgb(133,233,117); }

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

border-color css

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

 span { border-color: rgb(133,233,117); }

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