Html Css Color HEX #85E475 Pastel Green

📋 copy color: '#85E475'

red 133 ◦ green 228 ◦ blue 117

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

Shades of Pastel Green #85E475

Tints of Pastel Green #85E475

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.7%

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

R = 27.82%
G = 47.7%
B = 24.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#85E475 (or 0x85E475) is known color: Pastel Green. HEX triplet: 85, E4 and 75. RGB value is (133,228,117). Sum of RGB (Red+Green+Blue) = 133+228+117=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #85E475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E475 is #7A1B8A. Grayscale: #BBBBBB. Windows color (decimal): -8002443 or 7726213. OLE color: 7726213.

HSL color Cylindrical-coordinate representation of color #85E475: hue angle of 111.35º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85E475 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 228 117 -
CMYK 0.42 0 0.49 0.11
HSL 111.35º 0.67% 0.68% -
HSV(B) 111.35º 0.49% 0.89% -
XYZ 40.63 61.76 26.61 -
YUV 186.94 88.53 89.53 -
System Red Green Blue C M Y K H S L
Decimal 133 228 117 0.42 0 0.49 0.11 111.35 0.67 0.68
Hex 85 E4 75 2A 0 31 B 6F 43 44
Octal 205 344 165 52 0 61 13 157 103 104
Binary 10000101 11100100 1110101 101010 0 110001 1011 1101111 1000011 1000100

Color Harmonies of #85E475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E475

Black with #85E475

Text Example


Text Example

White with #85E475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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