#84D098

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

Shades of De York #84D098

Tints of De York #84D098

Color information

#84D098 (or 0x84D098) is unknown color: approx De York. HEX triplet: 84, D0 and 98. RGB value is (132,208,152). Sum of RGB (Red+Green+Blue) = 132+208+152=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #84D098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D098 is #7B2F67. Grayscale: #B3B3B3. Windows color (decimal): -8073064 or 10014852. OLE color: 10014852.

HSL color Cylindrical-coordinate representation of color #84D098: hue angle of 135.79º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D098 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB132208152-
CMYK0.3700.270.18
HSL135.79º44.71%66.67%-
HSV(B)135.79º36.54%81.57%-
XYZ37.7452.2837.81-
YUV178.89112.8294.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.83%
GREEN value IS 208 (81.64% from 255) = 42.28%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=26.83%
G=42.28%
B=30.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322081520.3700.270.18135.7944.7166.67
Hex84D0982501B12882d43
Octal204320230450332221055103
Binary10000100110100001001100010010101101110010100010001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,208,152); }

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

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

 a { background-color: rgb(132,208,152); }

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

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

 span { border-color: rgb(132,208,152); }

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