#84D992

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

Shades of De York #84D992

Tints of De York #84D992

Color information

#84D992 (or 0x84D992) is unknown color: approx De York. HEX triplet: 84, D9 and 92. RGB value is (132,217,146). Sum of RGB (Red+Green+Blue) = 132+217+146=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #84D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D992 is #7B266D. Grayscale: #B7B7B7. Windows color (decimal): -8070766 or 9623940. OLE color: 9623940.

HSL color Cylindrical-coordinate representation of color #84D992: hue angle of 129.88º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D992 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB132217146-
CMYK0.3900.330.15
HSL129.88º52.8%68.43%-
HSV(B)129.88º39.17%85.1%-
XYZ39.5256.6136.04-
YUV183.49106.8491.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 217 (85.16% from 255) = 43.84%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=26.67%
G=43.84%
B=29.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322171460.3900.330.15129.8852.868.43
Hex84D99227021F823544
Octal204331222470411720265104
Binary10000100110110011001001010011101000011111100000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,217,146); }

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

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

 a { background-color: rgb(132,217,146); }

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

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

 span { border-color: rgb(132,217,146); }

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