Html Css Color HEX #85E075 Pastel Green

📋 copy color: '#85E075'

red 133 ◦ green 224 ◦ blue 117

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

Shades of Pastel Green #85E075

Tints of Pastel Green #85E075

RGB

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

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

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

R = 28.06%
G = 47.26%
B = 24.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#85E075 (or 0x85E075) is known color: Pastel Green. HEX triplet: 85, E0 and 75. RGB value is (133,224,117). Sum of RGB (Red+Green+Blue) = 133+224+117=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #85E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E075 is #7A1F8A. Grayscale: #B8B8B8. Windows color (decimal): -8003467 or 7725189. OLE color: 7725189.

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

Color convert

RGB 133 224 117 -
CMYK 0.41 0 0.48 0.12
HSL 111.03º 0.63% 0.67% -
HSV(B) 111.03º 0.48% 0.88% -
XYZ 39.54 59.58 26.25 -
YUV 184.59 89.85 91.2 -
System Red Green Blue C M Y K H S L
Decimal 133 224 117 0.41 0 0.48 0.12 111.03 0.63 0.67
Hex 85 E0 75 29 0 30 C 6F 3F 43
Octal 205 340 165 51 0 60 14 157 77 103
Binary 10000101 11100000 1110101 101001 0 110000 1100 1101111 111111 1000011

Color Harmonies of #85E075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E075

Black with #85E075

Text Example


Text Example

White with #85E075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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