Html Css Color HEX #85DA8B De York

📋 copy color: '#85DA8B'

red 133 ◦ green 218 ◦ blue 139

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

Shades of De York #85DA8B

Tints of De York #85DA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 27.14%
G = 44.49%
B = 28.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#85DA8B (or 0x85DA8B) is known color: De York. HEX triplet: 85, DA and 8B. RGB value is (133,218,139). Sum of RGB (Red+Green+Blue) = 133+218+139=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DA8B is #7A2574. Grayscale: #B7B7B7. Windows color (decimal): -8004981 or 9165445. OLE color: 9165445.

HSL color Cylindrical-coordinate representation of color #85DA8B: hue angle of 124.24º 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 #85DA8B is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 139 -
CMYK 0.39 0 0.36 0.15
HSL 124.24º 0.53% 0.69% -
HSV(B) 124.24º 0.39% 0.85% -
XYZ 39.4 56.99 33.35 -
YUV 183.58 102.84 91.92 -
System Red Green Blue C M Y K H S L
Decimal 133 218 139 0.39 0 0.36 0.15 124.24 0.53 0.69
Hex 85 DA 8B 27 0 24 F 7C 35 45
Octal 205 332 213 47 0 44 17 174 65 105
Binary 10000101 11011010 10001011 100111 0 100100 1111 1111100 110101 1000101

Color Harmonies of #85DA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA8B

Black with #85DA8B

Text Example


Text Example

White with #85DA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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