Html Css Color HEX #85D47E De York

📋 copy color: '#85D47E'

red 133 ◦ green 212 ◦ blue 126

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

Shades of De York #85D47E

Tints of De York #85D47E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.01%

 BLUE value IS 126 (49.61% from 255) = 26.75%

R = 28.24%
G = 45.01%
B = 26.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#85D47E (or 0x85D47E) is known color: De York. HEX triplet: 85, D4 and 7E. RGB value is (133,212,126). Sum of RGB (Red+Green+Blue) = 133+212+126=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #85D47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D47E is #7A2B81. Grayscale: #B2B2B2. Windows color (decimal): -8006530 or 8311941. OLE color: 8311941.

HSL color Cylindrical-coordinate representation of color #85D47E: hue angle of 115.12º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85D47E is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 133 212 126 -
CMYK 0.37 0 0.41 0.17
HSL 115.12º 0.5% 0.66% -
HSV(B) 115.12º 0.41% 0.83% -
XYZ 36.98 53.58 28.13 -
YUV 178.58 98.33 95.49 -
System Red Green Blue C M Y K H S L
Decimal 133 212 126 0.37 0 0.41 0.17 115.12 0.5 0.66
Hex 85 D4 7E 25 0 29 11 73 32 42
Octal 205 324 176 45 0 51 21 163 62 102
Binary 10000101 11010100 1111110 100101 0 101001 10001 1110011 110010 1000010

Color Harmonies of #85D47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D47E

Black with #85D47E

Text Example


Text Example

White with #85D47E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,212,126); }

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

background-color css

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

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

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

border-color css

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

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

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