Html Css Color HEX #85EA79 Pastel Green

📋 copy color: '#85EA79'

red 133 ◦ green 234 ◦ blue 121

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

Shades of Pastel Green #85EA79

Tints of Pastel Green #85EA79

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.95%

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

R = 27.25%
G = 47.95%
B = 24.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#85EA79 (or 0x85EA79) is known color: Pastel Green. HEX triplet: 85, EA and 79. RGB value is (133,234,121). Sum of RGB (Red+Green+Blue) = 133+234+121=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EA79 is #7A1586. Grayscale: #BFBFBF. Windows color (decimal): -8000903 or 7989893. OLE color: 7989893.

HSL color Cylindrical-coordinate representation of color #85EA79: hue angle of 113.63º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85EA79 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 234 121 -
CMYK 0.43 0 0.48 0.08
HSL 113.63º 0.73% 0.7% -
HSV(B) 113.63º 0.48% 0.92% -
XYZ 42.55 65.21 28.43 -
YUV 190.92 88.54 86.69 -
System Red Green Blue C M Y K H S L
Decimal 133 234 121 0.43 0 0.48 0.08 113.63 0.73 0.7
Hex 85 EA 79 2B 0 30 8 72 49 46
Octal 205 352 171 53 0 60 10 162 111 106
Binary 10000101 11101010 1111001 101011 0 110000 1000 1110010 1001001 1000110

Color Harmonies of #85EA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA79

Black with #85EA79

Text Example


Text Example

White with #85EA79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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