Html Css Color HEX #85DA6E Pastel Green

📋 copy color: '#85DA6E'

red 133 ◦ green 218 ◦ blue 110

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

Shades of Pastel Green #85DA6E

Tints of Pastel Green #85DA6E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.29%

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 28.85%
G = 47.29%
B = 23.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#85DA6E (or 0x85DA6E) is known color: Pastel Green. HEX triplet: 85, DA and 6E. RGB value is (133,218,110). Sum of RGB (Red+Green+Blue) = 133+218+110=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DA6E is #7A2591. Grayscale: #B4B4B4. Windows color (decimal): -8005010 or 7264901. OLE color: 7264901.

HSL color Cylindrical-coordinate representation of color #85DA6E: hue angle of 107.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85DA6E is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 110 -
CMYK 0.39 0 0.50 0.15
HSL 107.22º 0.59% 0.64% -
HSV(B) 107.22º 0.5% 0.85% -
XYZ 37.56 56.26 23.63 -
YUV 180.27 88.34 94.28 -
System Red Green Blue C M Y K H S L
Decimal 133 218 110 0.39 0 0.50 0.15 107.22 0.59 0.64
Hex 85 DA 6E 27 0 32 F 6B 3B 40
Octal 205 332 156 47 0 62 17 153 73 100
Binary 10000101 11011010 1101110 100111 0 110010 1111 1101011 111011 1000000

Color Harmonies of #85DA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA6E

Black with #85DA6E

Text Example


Text Example

White with #85DA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,218,110); }

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

background-color css

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

 a { background-color: rgb(133,218,110); }

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

border-color css

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

 span { border-color: rgb(133,218,110); }

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