Html Css Color HEX #85DF83 Pastel Green

📋 copy color: '#85DF83'

red 133 ◦ green 223 ◦ blue 131

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

Shades of Pastel Green #85DF83

Tints of Pastel Green #85DF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.9%

R = 27.31%
G = 45.79%
B = 26.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#85DF83 (or 0x85DF83) is known color: Pastel Green. HEX triplet: 85, DF and 83. RGB value is (133,223,131). Sum of RGB (Red+Green+Blue) = 133+223+131=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF83 is #7A207C. Grayscale: #B9B9B9. Windows color (decimal): -8003709 or 8642437. OLE color: 8642437.

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

Color convert

RGB 133 223 131 -
CMYK 0.40 0 0.41 0.13
HSL 118.7º 0.59% 0.69% -
HSV(B) 118.7º 0.41% 0.87% -
XYZ 40.16 59.4 30.82 -
YUV 185.6 97.18 90.48 -
System Red Green Blue C M Y K H S L
Decimal 133 223 131 0.40 0 0.41 0.13 118.7 0.59 0.69
Hex 85 DF 83 28 0 29 D 77 3B 45
Octal 205 337 203 50 0 51 15 167 73 105
Binary 10000101 11011111 10000011 101000 0 101001 1101 1110111 111011 1000101

Color Harmonies of #85DF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DF83

Black with #85DF83

Text Example


Text Example

White with #85DF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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