Html Css Color HEX #85D27B De York

📋 copy color: '#85D27B'

red 133 ◦ green 210 ◦ blue 123

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

Shades of De York #85D27B

Tints of De York #85D27B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.06%

 BLUE value IS 123 (48.44% from 255) = 26.39%

R = 28.54%
G = 45.06%
B = 26.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#85D27B (or 0x85D27B) is known color: De York. HEX triplet: 85, D2 and 7B. RGB value is (133,210,123). Sum of RGB (Red+Green+Blue) = 133+210+123=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #85D27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D27B is #7A2D84. Grayscale: #B1B1B1. Windows color (decimal): -8007045 or 8114821. OLE color: 8114821.

HSL color Cylindrical-coordinate representation of color #85D27B: hue angle of 113.1º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85D27B is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 210 123 -
CMYK 0.37 0 0.41 0.18
HSL 113.1º 0.49% 0.65% -
HSV(B) 113.1º 0.41% 0.82% -
XYZ 36.29 52.51 26.96 -
YUV 177.06 97.49 96.57 -
System Red Green Blue C M Y K H S L
Decimal 133 210 123 0.37 0 0.41 0.18 113.1 0.49 0.65
Hex 85 D2 7B 25 0 29 12 71 31 41
Octal 205 322 173 45 0 51 22 161 61 101
Binary 10000101 11010010 1111011 100101 0 101001 10010 1110001 110001 1000001

Color Harmonies of #85D27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D27B

Black with #85D27B

Text Example


Text Example

White with #85D27B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,210,123); }

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

background-color css

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

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

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

border-color css

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

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

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