Html Css Color HEX #85EB7B Pastel Green

📋 copy color: '#85EB7B'

red 133 ◦ green 235 ◦ blue 123

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

Shades of Pastel Green #85EB7B

Tints of Pastel Green #85EB7B

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.86%

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

R = 27.09%
G = 47.86%
B = 25.05%

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

#85EB7B (or 0x85EB7B) is known color: Pastel Green. HEX triplet: 85, EB and 7B. RGB value is (133,235,123). Sum of RGB (Red+Green+Blue) = 133+235+123=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EB7B is #7A1484. Grayscale: #C0C0C0. Windows color (decimal): -8000645 or 8121221. OLE color: 8121221.

HSL color Cylindrical-coordinate representation of color #85EB7B: hue angle of 114.64º degrees, saturation: 0.74, 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 #85EB7B is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 235 123 -
CMYK 0.43 0 0.48 0.08
HSL 114.64º 0.74% 0.7% -
HSV(B) 114.64º 0.48% 0.92% -
XYZ 42.96 65.83 29.18 -
YUV 191.73 89.21 86.11 -
System Red Green Blue C M Y K H S L
Decimal 133 235 123 0.43 0 0.48 0.08 114.64 0.74 0.7
Hex 85 EB 7B 2B 0 30 8 73 4A 46
Octal 205 353 173 53 0 60 10 163 112 106
Binary 10000101 11101011 1111011 101011 0 110000 1000 1110011 1001010 1000110

Color Harmonies of #85EB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EB7B

Black with #85EB7B

Text Example


Text Example

White with #85EB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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