Html Css Color HEX #85DC7F Pastel Green

📋 copy color: '#85DC7F'

red 133 ◦ green 220 ◦ blue 127

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

Shades of Pastel Green #85DC7F

Tints of Pastel Green #85DC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.46%

R = 27.71%
G = 45.83%
B = 26.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#85DC7F (or 0x85DC7F) is known color: Pastel Green. HEX triplet: 85, DC and 7F. RGB value is (133,220,127). Sum of RGB (Red+Green+Blue) = 133+220+127=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DC7F is #7A2380. Grayscale: #B7B7B7. Windows color (decimal): -8004481 or 8379525. OLE color: 8379525.

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

Color convert

RGB 133 220 127 -
CMYK 0.40 0 0.42 0.14
HSL 116.13º 0.57% 0.68% -
HSV(B) 116.13º 0.42% 0.86% -
XYZ 39.1 57.71 29.16 -
YUV 183.39 96.18 92.06 -
System Red Green Blue C M Y K H S L
Decimal 133 220 127 0.40 0 0.42 0.14 116.13 0.57 0.68
Hex 85 DC 7F 28 0 2A E 74 39 44
Octal 205 334 177 50 0 52 16 164 71 104
Binary 10000101 11011100 1111111 101000 0 101010 1110 1110100 111001 1000100

Color Harmonies of #85DC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC7F

Black with #85DC7F

Text Example


Text Example

White with #85DC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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