Html Css Color HEX #85DE85 Pastel Green

📋 copy color: '#85DE85'

red 133 ◦ green 222 ◦ blue 133

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

Shades of Pastel Green #85DE85

Tints of Pastel Green #85DE85

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.49%

 BLUE value IS 133 (52.34% from 255) = 27.25%

R = 27.25%
G = 45.49%
B = 27.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#85DE85 (or 0x85DE85) is known color: Pastel Green. HEX triplet: 85, DE and 85. RGB value is (133,222,133). Sum of RGB (Red+Green+Blue) = 133+222+133=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DE85 is #7A217A. Grayscale: #B9B9B9. Windows color (decimal): -8003963 or 8773253. OLE color: 8773253.

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

Color convert

RGB 133 222 133 -
CMYK 0.40 0 0.40 0.13
HSL 120º 0.57% 0.7% -
HSV(B) 120º 0.4% 0.87% -
XYZ 40.03 58.92 31.45 -
YUV 185.24 98.51 90.74 -
System Red Green Blue C M Y K H S L
Decimal 133 222 133 0.40 0 0.40 0.13 120 0.57 0.7
Hex 85 DE 85 28 0 28 D 78 39 46
Octal 205 336 205 50 0 50 15 170 71 106
Binary 10000101 11011110 10000101 101000 0 101000 1101 1111000 111001 1000110

Color Harmonies of #85DE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DE85

Black with #85DE85

Text Example


Text Example

White with #85DE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,222,133); }

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

background-color css

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

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

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

border-color css

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

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

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