#84D695

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

Shades of De York #84D695

Tints of De York #84D695

Color information

#84D695 (or 0x84D695) is unknown color: approx De York. HEX triplet: 84, D6 and 95. RGB value is (132,214,149). Sum of RGB (Red+Green+Blue) = 132+214+149=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #84D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D695 is #7B296A. Grayscale: #B6B6B6. Windows color (decimal): -8071531 or 9819780. OLE color: 9819780.

HSL color Cylindrical-coordinate representation of color #84D695: hue angle of 132.44º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D695 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB132214149-
CMYK0.3800.300.16
HSL132.44º50%67.84%-
HSV(B)132.44º38.32%83.92%-
XYZ38.9955.1737.03-
YUV182.07109.3392.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 214 (83.98% from 255) = 43.23%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=26.67%
G=43.23%
B=30.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322141490.3800.300.16132.445067.84
Hex84D6952601E10843244
Octal204326225460362020462104
Binary10000100110101101001010110011001111010000100001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,214,149); }

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

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

 a { background-color: rgb(132,214,149); }

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

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

 span { border-color: rgb(132,214,149); }

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