#84C38E

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

Shades of De York #84C38E

Tints of De York #84C38E

Color information

#84C38E (or 0x84C38E) is unknown color: approx De York. HEX triplet: 84, C3 and 8E. RGB value is (132,195,142). Sum of RGB (Red+Green+Blue) = 132+195+142=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #84C38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C38E is #7B3C71. Grayscale: #AAAAAA. Windows color (decimal): -8076402 or 9356164. OLE color: 9356164.

HSL color Cylindrical-coordinate representation of color #84C38E: hue angle of 129.52º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C38E is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB132195142-
CMYK0.3200.270.24
HSL129.52º34.43%64.12%-
HSV(B)129.52º32.31%76.47%-
XYZ33.9145.8932.66-
YUV170.12112.13100.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.14%
GREEN value IS 195 (76.56% from 255) = 41.58%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=28.14%
G=41.58%
B=30.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1321951420.3200.270.24129.5234.4364.12
Hex84C38E2001B18822240
Octal204303216400333020242100
Binary10000100110000111000111010000001101111000100000101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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