#84CD97

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

Shades of De York #84CD97

Tints of De York #84CD97

Color information

#84CD97 (or 0x84CD97) is unknown color: approx De York. HEX triplet: 84, CD and 97. RGB value is (132,205,151). Sum of RGB (Red+Green+Blue) = 132+205+151=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CD97 is #7B3268. Grayscale: #B1B1B1. Windows color (decimal): -8073833 or 9948548. OLE color: 9948548.

HSL color Cylindrical-coordinate representation of color #84CD97: hue angle of 135.62º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CD97 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB132205151-
CMYK0.3600.260.20
HSL135.62º42.2%66.08%-
HSV(B)135.62º35.61%80.39%-
XYZ36.9350.837.14-
YUV177.02113.3295.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=27.05%
G=42.01%
B=30.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322051510.3600.260.20135.6242.266.08
Hex84CD972401A14882a42
Octal204315227440322421052102
Binary10000100110011011001011110010001101010100100010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84CD97; }

 p { color: rgb(132,205,151); }

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

<style>
 a { background-color: #84CD97; }

 a { background-color: rgb(132,205,151); }

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

<style>
 span { border-color: #84CD97; }

 span { border-color: rgb(132,205,151); }

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