#84BE7F

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

Shades of De York #84BE7F

Tints of De York #84BE7F

Color information

#84BE7F (or 0x84BE7F) is unknown color: approx De York. HEX triplet: 84, BE and 7F. RGB value is (132,190,127). Sum of RGB (Red+Green+Blue) = 132+190+127=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BE7F is #7B4180. Grayscale: #A5A5A5. Windows color (decimal): -8077697 or 8371844. OLE color: 8371844.

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

Color convert

RGB132190127-
CMYK0.3100.330.25
HSL115.24º32.64%62.16%-
HSV(B)115.24º33.16%74.51%-
XYZ31.7643.2626.76-
YUV165.48106.28104.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 127 (50% from 255) = 28.29%
R=29.40%
G=42.32%
B=28.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321901270.3100.330.25115.2432.6462.16
Hex84BE7F1F0211973213e
Octal20427617737041311634176
Binary10000100101111101111111111110100001110011110011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,190,127); }

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

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

 a { background-color: rgb(132,190,127); }

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

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

 span { border-color: rgb(132,190,127); }

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