Html Css Color HEX #85C27C De York

📋 copy color: '#85C27C'

red 133 ◦ green 194 ◦ blue 124

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

Shades of De York #85C27C

Tints of De York #85C27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.02%

 BLUE value IS 124 (48.83% from 255) = 27.49%

R = 29.49%
G = 43.02%
B = 27.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#85C27C (or 0x85C27C) is known color: De York. HEX triplet: 85, C2 and 7C. RGB value is (133,194,124). Sum of RGB (Red+Green+Blue) = 133+194+124=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #85C27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C27C is #7A3D83. Grayscale: #A8A8A8. Windows color (decimal): -8011140 or 8176261. OLE color: 8176261.

HSL color Cylindrical-coordinate representation of color #85C27C: hue angle of 112.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85C27C is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 194 124 -
CMYK 0.31 0 0.36 0.24
HSL 112.29º 0.36% 0.62% -
HSV(B) 112.29º 0.36% 0.76% -
XYZ 32.6 45.03 26.04 -
YUV 167.78 103.29 103.19 -
System Red Green Blue C M Y K H S L
Decimal 133 194 124 0.31 0 0.36 0.24 112.29 0.36 0.62
Hex 85 C2 7C 1F 0 24 18 70 24 3E
Octal 205 302 174 37 0 44 30 160 44 76
Binary 10000101 11000010 1111100 11111 0 100100 11000 1110000 100100 111110

Color Harmonies of #85C27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C27C

Black with #85C27C

Text Example


Text Example

White with #85C27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,194,124); }

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

background-color css

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

 a { background-color: rgb(133,194,124); }

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

border-color css

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

 span { border-color: rgb(133,194,124); }

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