Html Css Color HEX #85DB7F Pastel Green

📋 copy color: '#85DB7F'

red 133 ◦ green 219 ◦ blue 127

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

Shades of Pastel Green #85DB7F

Tints of Pastel Green #85DB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.72%

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

R = 27.77%
G = 45.72%
B = 26.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#85DB7F (or 0x85DB7F) is known color: Pastel Green. HEX triplet: 85, DB and 7F. RGB value is (133,219,127). Sum of RGB (Red+Green+Blue) = 133+219+127=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DB7F is #7A2480. Grayscale: #B7B7B7. Windows color (decimal): -8004737 or 8379269. OLE color: 8379269.

HSL color Cylindrical-coordinate representation of color #85DB7F: hue angle of 116.09º degrees, saturation: 0.56, 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 #85DB7F is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 127 -
CMYK 0.39 0 0.42 0.14
HSL 116.09º 0.56% 0.68% -
HSV(B) 116.09º 0.42% 0.86% -
XYZ 38.84 57.18 29.07 -
YUV 182.8 96.51 92.48 -
System Red Green Blue C M Y K H S L
Decimal 133 219 127 0.39 0 0.42 0.14 116.09 0.56 0.68
Hex 85 DB 7F 27 0 2A E 74 38 44
Octal 205 333 177 47 0 52 16 164 70 104
Binary 10000101 11011011 1111111 100111 0 101010 1110 1110100 111000 1000100

Color Harmonies of #85DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB7F

Black with #85DB7F

Text Example


Text Example

White with #85DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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