Html Css Color HEX #85DD6C Pastel Green

📋 copy color: '#85DD6C'

red 133 ◦ green 221 ◦ blue 108

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

Shades of Pastel Green #85DD6C

Tints of Pastel Green #85DD6C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.84%

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

R = 28.79%
G = 47.84%
B = 23.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#85DD6C (or 0x85DD6C) is known color: Pastel Green. HEX triplet: 85, DD and 6C. RGB value is (133,221,108). Sum of RGB (Red+Green+Blue) = 133+221+108=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DD6C is #7A2293. Grayscale: #B6B6B6. Windows color (decimal): -8004244 or 7134597. OLE color: 7134597.

HSL color Cylindrical-coordinate representation of color #85DD6C: hue angle of 106.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85DD6C is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 108 -
CMYK 0.40 0 0.51 0.13
HSL 106.73º 0.62% 0.65% -
HSV(B) 106.73º 0.51% 0.87% -
XYZ 38.24 57.78 23.33 -
YUV 181.81 86.35 93.19 -
System Red Green Blue C M Y K H S L
Decimal 133 221 108 0.40 0 0.51 0.13 106.73 0.62 0.65
Hex 85 DD 6C 28 0 33 D 6B 3E 41
Octal 205 335 154 50 0 63 15 153 76 101
Binary 10000101 11011101 1101100 101000 0 110011 1101 1101011 111110 1000001

Color Harmonies of #85DD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD6C

Black with #85DD6C

Text Example


Text Example

White with #85DD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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