#84C08E

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

Shades of De York #84C08E

Tints of De York #84C08E

Color information

#84C08E (or 0x84C08E) is unknown color: approx De York. HEX triplet: 84, C0 and 8E. RGB value is (132,192,142). Sum of RGB (Red+Green+Blue) = 132+192+142=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #84C08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C08E is #7B3F71. Grayscale: #A8A8A8. Windows color (decimal): -8077170 or 9355396. OLE color: 9355396.

HSL color Cylindrical-coordinate representation of color #84C08E: hue angle of 130º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84C08E is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB132192142-
CMYK0.3100.260.25
HSL130º32.26%63.53%-
HSV(B)130º31.25%75.29%-
XYZ33.2544.5632.44-
YUV168.36113.12102.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 192 (75.39% from 255) = 41.20%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=28.33%
G=41.20%
B=30.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321921420.3100.260.2513032.2663.53
Hex84C08E1F01A19822040
Octal204300216370323120240100
Binary1000010011000000100011101111101101011001100000101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,192,142); }

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

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

 a { background-color: rgb(132,192,142); }

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

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

 span { border-color: rgb(132,192,142); }

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