Html Css Color HEX #85C47B De York

📋 copy color: '#85C47B'

red 133 ◦ green 196 ◦ blue 123

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

Shades of De York #85C47B

Tints of De York #85C47B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.36%

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

R = 29.42%
G = 43.36%
B = 27.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#85C47B (or 0x85C47B) is known color: De York. HEX triplet: 85, C4 and 7B. RGB value is (133,196,123). Sum of RGB (Red+Green+Blue) = 133+196+123=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 196 - color contains mainly: green. Hex color #85C47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C47B is #7A3B84. Grayscale: #A9A9A9. Windows color (decimal): -8010629 or 8111237. OLE color: 8111237.

HSL color Cylindrical-coordinate representation of color #85C47B: hue angle of 111.78º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85C47B is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 196 123 -
CMYK 0.32 0 0.37 0.23
HSL 111.78º 0.38% 0.63% -
HSV(B) 111.78º 0.37% 0.77% -
XYZ 32.99 45.9 25.86 -
YUV 168.84 102.13 102.44 -
System Red Green Blue C M Y K H S L
Decimal 133 196 123 0.32 0 0.37 0.23 111.78 0.38 0.63
Hex 85 C4 7B 20 0 25 17 70 26 3F
Octal 205 304 173 40 0 45 27 160 46 77
Binary 10000101 11000100 1111011 100000 0 100101 10111 1110000 100110 111111

Color Harmonies of #85C47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C47B

Black with #85C47B

Text Example


Text Example

White with #85C47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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