Html Css Color HEX #84D08E De York

📋 copy color: '#84D08E'

red 132 ◦ green 208 ◦ blue 142

#84D08E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #84D08E

Tints of De York #84D08E

RGB

 RED value IS 132 (51.95% from 255) = 27.39%

 GREEN value IS 208 (81.64% from 255) = 43.15%

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 27.39%
G = 43.15%
B = 29.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#84D08E (or 0x84D08E) is known color: De York. HEX triplet: 84, D0 and 8E. RGB value is (132,208,142). Sum of RGB (Red+Green+Blue) = 132+208+142=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #84D08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D08E is #7B2F71. Grayscale: #B1B1B1. Windows color (decimal): -8073074 or 9359492. OLE color: 9359492.

HSL color Cylindrical-coordinate representation of color #84D08E: hue angle of 127.89º 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 #84D08E is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 208 142 -
CMYK 0.37 0 0.32 0.18
HSL 127.89º 0.45% 0.67% -
HSV(B) 127.89º 0.37% 0.82% -
XYZ 36.95 51.97 33.67 -
YUV 177.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 132 208 142 0.37 0 0.32 0.18 127.89 0.45 0.67
Hex 84 D0 8E 25 0 20 12 80 2D 43
Octal 204 320 216 45 0 40 22 200 55 103
Binary 10000100 11010000 10001110 100101 0 100000 10010 10000000 101101 1000011

Color Harmonies of #84D08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D08E

Black with #84D08E

Text Example


Text Example

White with #84D08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84D08E;
 }
 .AnyTagClassName
 {
   color: #84D08E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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