Html Css Color HEX #85EA7B Pastel Green

📋 copy color: '#85EA7B'

red 133 ◦ green 234 ◦ blue 123

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

Shades of Pastel Green #85EA7B

Tints of Pastel Green #85EA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 27.14%
G = 47.76%
B = 25.1%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#85EA7B (or 0x85EA7B) is known color: Pastel Green. HEX triplet: 85, EA and 7B. RGB value is (133,234,123). Sum of RGB (Red+Green+Blue) = 133+234+123=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EA7B is #7A1584. Grayscale: #BFBFBF. Windows color (decimal): -8000901 or 8120965. OLE color: 8120965.

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

Color convert

RGB 133 234 123 -
CMYK 0.43 0 0.47 0.08
HSL 114.59º 0.73% 0.7% -
HSV(B) 114.59º 0.47% 0.92% -
XYZ 42.67 65.26 29.09 -
YUV 191.15 89.54 86.53 -
System Red Green Blue C M Y K H S L
Decimal 133 234 123 0.43 0 0.47 0.08 114.59 0.73 0.7
Hex 85 EA 7B 2B 0 2F 8 73 49 46
Octal 205 352 173 53 0 57 10 163 111 106
Binary 10000101 11101010 1111011 101011 0 101111 1000 1110011 1001001 1000110

Color Harmonies of #85EA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA7B

Black with #85EA7B

Text Example


Text Example

White with #85EA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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