Html Css Color HEX #85DC7E Pastel Green

📋 copy color: '#85DC7E'

red 133 ◦ green 220 ◦ blue 126

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

Shades of Pastel Green #85DC7E

Tints of Pastel Green #85DC7E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.93%

 BLUE value IS 126 (49.61% from 255) = 26.3%

R = 27.77%
G = 45.93%
B = 26.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#85DC7E (or 0x85DC7E) is known color: Pastel Green. HEX triplet: 85, DC and 7E. RGB value is (133,220,126). Sum of RGB (Red+Green+Blue) = 133+220+126=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DC7E is #7A2381. Grayscale: #B7B7B7. Windows color (decimal): -8004482 or 8313989. OLE color: 8313989.

HSL color Cylindrical-coordinate representation of color #85DC7E: hue angle of 115.53º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85DC7E is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 126 -
CMYK 0.40 0 0.43 0.14
HSL 115.53º 0.57% 0.68% -
HSV(B) 115.53º 0.43% 0.86% -
XYZ 39.03 57.68 28.81 -
YUV 183.27 95.68 92.14 -
System Red Green Blue C M Y K H S L
Decimal 133 220 126 0.40 0 0.43 0.14 115.53 0.57 0.68
Hex 85 DC 7E 28 0 2B E 74 39 44
Octal 205 334 176 50 0 53 16 164 71 104
Binary 10000101 11011100 1111110 101000 0 101011 1110 1110100 111001 1000100

Color Harmonies of #85DC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC7E

Black with #85DC7E

Text Example


Text Example

White with #85DC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,220,126); }

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

background-color css

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

 a { background-color: rgb(133,220,126); }

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

border-color css

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

 span { border-color: rgb(133,220,126); }

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