Html Css Color HEX #85DA8A De York

📋 copy color: '#85DA8A'

red 133 ◦ green 218 ◦ blue 138

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

Shades of De York #85DA8A

Tints of De York #85DA8A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 27.2%
G = 44.58%
B = 28.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#85DA8A (or 0x85DA8A) is known color: De York. HEX triplet: 85, DA and 8A. RGB value is (133,218,138). Sum of RGB (Red+Green+Blue) = 133+218+138=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DA8A is #7A2575. Grayscale: #B7B7B7. Windows color (decimal): -8004982 or 9099909. OLE color: 9099909.

HSL color Cylindrical-coordinate representation of color #85DA8A: hue angle of 123.53º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DA8A is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 138 -
CMYK 0.39 0 0.37 0.15
HSL 123.53º 0.53% 0.69% -
HSV(B) 123.53º 0.39% 0.85% -
XYZ 39.33 56.96 32.97 -
YUV 183.47 102.34 92 -
System Red Green Blue C M Y K H S L
Decimal 133 218 138 0.39 0 0.37 0.15 123.53 0.53 0.69
Hex 85 DA 8A 27 0 25 F 7C 35 45
Octal 205 332 212 47 0 45 17 174 65 105
Binary 10000101 11011010 10001010 100111 0 100101 1111 1111100 110101 1000101

Color Harmonies of #85DA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA8A

Black with #85DA8A

Text Example


Text Example

White with #85DA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,218,138); }

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

background-color css

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

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

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

border-color css

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

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

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