Html Css Color HEX #85DF85 Pastel Green

📋 copy color: '#85DF85'

red 133 ◦ green 223 ◦ blue 133

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

Shades of Pastel Green #85DF85

Tints of Pastel Green #85DF85

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.6%

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

R = 27.2%
G = 45.6%
B = 27.2%

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

#85DF85 (or 0x85DF85) is known color: Pastel Green. HEX triplet: 85, DF and 85. RGB value is (133,223,133). Sum of RGB (Red+Green+Blue) = 133+223+133=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF85 is #7A207A. Grayscale: #BABABA. Windows color (decimal): -8003707 or 8773509. OLE color: 8773509.

HSL color Cylindrical-coordinate representation of color #85DF85: hue angle of 120º degrees, saturation: 0.58, 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 #85DF85 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 223 133 -
CMYK 0.40 0 0.40 0.13
HSL 120º 0.58% 0.7% -
HSV(B) 120º 0.4% 0.87% -
XYZ 40.29 59.46 31.54 -
YUV 185.83 98.18 90.32 -
System Red Green Blue C M Y K H S L
Decimal 133 223 133 0.40 0 0.40 0.13 120 0.58 0.7
Hex 85 DF 85 28 0 28 D 78 3A 46
Octal 205 337 205 50 0 50 15 170 72 106
Binary 10000101 11011111 10000101 101000 0 101000 1101 1111000 111010 1000110

Color Harmonies of #85DF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DF85

Black with #85DF85

Text Example


Text Example

White with #85DF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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