Html Css Color HEX #85E282 Pastel Green

📋 copy color: '#85E282'

red 133 ◦ green 226 ◦ blue 130

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

Shades of Pastel Green #85E282

Tints of Pastel Green #85E282

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.22%

 BLUE value IS 130 (51.17% from 255) = 26.58%

R = 27.2%
G = 46.22%
B = 26.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#85E282 (or 0x85E282) is known color: Pastel Green. HEX triplet: 85, E2 and 82. RGB value is (133,226,130). Sum of RGB (Red+Green+Blue) = 133+226+130=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #85E282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E282 is #7A1D7D. Grayscale: #BBBBBB. Windows color (decimal): -8002942 or 8577669. OLE color: 8577669.

HSL color Cylindrical-coordinate representation of color #85E282: hue angle of 118.12º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E282 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 226 130 -
CMYK 0.41 0 0.42 0.11
HSL 118.13º 0.62% 0.7% -
HSV(B) 118.13º 0.42% 0.89% -
XYZ 40.9 60.99 30.74 -
YUV 187.25 95.69 89.31 -
System Red Green Blue C M Y K H S L
Decimal 133 226 130 0.41 0 0.42 0.11 118.13 0.62 0.7
Hex 85 E2 82 29 0 2A B 76 3E 46
Octal 205 342 202 51 0 52 13 166 76 106
Binary 10000101 11100010 10000010 101001 0 101010 1011 1110110 111110 1000110

Color Harmonies of #85E282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E282

Black with #85E282

Text Example


Text Example

White with #85E282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,226,130); }

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

background-color css

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

 a { background-color: rgb(133,226,130); }

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

border-color css

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

 span { border-color: rgb(133,226,130); }

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