#84CE8A

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

Shades of De York #84CE8A

Tints of De York #84CE8A

Color information

#84CE8A (or 0x84CE8A) is unknown color: approx De York. HEX triplet: 84, CE and 8A. RGB value is (132,206,138). Sum of RGB (Red+Green+Blue) = 132+206+138=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CE8A is #7B3175. Grayscale: #B0B0B0. Windows color (decimal): -8073590 or 9096836. OLE color: 9096836.

HSL color Cylindrical-coordinate representation of color #84CE8A: hue angle of 124.86º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CE8A is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB132206138-
CMYK0.3600.330.19
HSL124.86º43.02%66.27%-
HSV(B)124.86º35.92%80.78%-
XYZ36.1750.8831.96-
YUV176.12106.4896.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.73%
GREEN value IS 206 (80.86% from 255) = 43.28%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=27.73%
G=43.28%
B=28.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1322061380.3600.330.19124.8643.0266.27
Hex84CE8A24021137d2b42
Octal204316212440412317553102
Binary10000100110011101000101010010001000011001111111011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,206,138); }

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

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

 a { background-color: rgb(132,206,138); }

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

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

 span { border-color: rgb(132,206,138); }

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