Html Css Color HEX #85E679 Pastel Green

📋 copy color: '#85E679'

red 133 ◦ green 230 ◦ blue 121

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

Shades of Pastel Green #85E679

Tints of Pastel Green #85E679

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.52%

 BLUE value IS 121 (47.66% from 255) = 25%

R = 27.48%
G = 47.52%
B = 25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#85E679 (or 0x85E679) is known color: Pastel Green. HEX triplet: 85, E6 and 79. RGB value is (133,230,121). Sum of RGB (Red+Green+Blue) = 133+230+121=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #85E679 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E679 is #7A1986. Grayscale: #BCBCBC. Windows color (decimal): -8001927 or 7988869. OLE color: 7988869.

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

Color convert

RGB 133 230 121 -
CMYK 0.42 0 0.47 0.10
HSL 113.39º 0.69% 0.69% -
HSV(B) 113.39º 0.47% 0.9% -
XYZ 41.42 62.96 28.06 -
YUV 188.57 89.86 88.36 -
System Red Green Blue C M Y K H S L
Decimal 133 230 121 0.42 0 0.47 0.10 113.39 0.69 0.69
Hex 85 E6 79 2A 0 2F A 71 45 45
Octal 205 346 171 52 0 57 12 161 105 105
Binary 10000101 11100110 1111001 101010 0 101111 1010 1110001 1000101 1000101

Color Harmonies of #85E679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E679

Black with #85E679

Text Example


Text Example

White with #85E679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,230,121); }

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

background-color css

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

 a { background-color: rgb(133,230,121); }

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

border-color css

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

 span { border-color: rgb(133,230,121); }

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