#85CC8B

Color #85CC8B De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #85CC8B

Tints of De York #85CC8B

Color information

#85CC8B (or 0x85CC8B) is unknown color: approx De York. HEX triplet: 85, CC and 8B. RGB value is (133,204,139). Sum of RGB (Red+Green+Blue) = 133+204+139=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CC8B is #7A3374. Grayscale: #AFAFAF. Windows color (decimal): -8008565 or 9161861. OLE color: 9161861.

HSL color Cylindrical-coordinate representation of color #85CC8B: hue angle of 125.07º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CC8B is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB133204139-
CMYK0.3500.320.2
HSL125.07º41.04%66.08%-
HSV(B)125.07º34.8%80%-
XYZ35.9350.0432.19-
YUV175.36107.4897.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.94%
GREEN value IS 204 (80.08% from 255) = 42.86%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=27.94%
G=42.86%
B=29.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041390.3500.320.2125.0741.0466.08
Hex85CC8B23020147d2942
Octal205314213430402417551102
Binary10000101110011001000101110001101000001010011111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85CC8B;
 }
 .AnyTagClassName
 {
   color: #85CC8B;
 }
</style>
background-color css

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

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

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

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

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

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