Html Css Color HEX #85DA6C Pastel Green

📋 copy color: '#85DA6C'

red 133 ◦ green 218 ◦ blue 108

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

Shades of Pastel Green #85DA6C

Tints of Pastel Green #85DA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 28.98%
G = 47.49%
B = 23.53%

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

#85DA6C (or 0x85DA6C) is known color: Pastel Green. HEX triplet: 85, DA and 6C. RGB value is (133,218,108). Sum of RGB (Red+Green+Blue) = 133+218+108=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DA6C is #7A2593. Grayscale: #B4B4B4. Windows color (decimal): -8005012 or 7133829. OLE color: 7133829.

HSL color Cylindrical-coordinate representation of color #85DA6C: hue angle of 106.36º degrees, saturation: 0.6, 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 #85DA6C is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 108 -
CMYK 0.39 0 0.50 0.15
HSL 106.36º 0.6% 0.64% -
HSV(B) 106.36º 0.5% 0.85% -
XYZ 37.45 56.21 23.06 -
YUV 180.05 87.34 94.44 -
System Red Green Blue C M Y K H S L
Decimal 133 218 108 0.39 0 0.50 0.15 106.36 0.6 0.64
Hex 85 DA 6C 27 0 32 F 6A 3C 40
Octal 205 332 154 47 0 62 17 152 74 100
Binary 10000101 11011010 1101100 100111 0 110010 1111 1101010 111100 1000000

Color Harmonies of #85DA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA6C

Black with #85DA6C

Text Example


Text Example

White with #85DA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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