Html Css Color HEX #84D08B De York

📋 copy color: '#84D08B'

red 132 ◦ green 208 ◦ blue 139

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

Shades of De York #84D08B

Tints of De York #84D08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.02%

R = 27.56%
G = 43.42%
B = 29.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#84D08B (or 0x84D08B) is known color: De York. HEX triplet: 84, D0 and 8B. RGB value is (132,208,139). Sum of RGB (Red+Green+Blue) = 132+208+139=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #84D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D08B is #7B2F74. Grayscale: #B1B1B1. Windows color (decimal): -8073077 or 9162884. OLE color: 9162884.

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

Color convert

RGB 132 208 139 -
CMYK 0.37 0 0.33 0.18
HSL 125.53º 0.45% 0.67% -
HSV(B) 125.53º 0.37% 0.82% -
XYZ 36.73 51.88 32.5 -
YUV 177.41 106.32 95.61 -
System Red Green Blue C M Y K H S L
Decimal 132 208 139 0.37 0 0.33 0.18 125.53 0.45 0.67
Hex 84 D0 8B 25 0 21 12 7E 2D 43
Octal 204 320 213 45 0 41 22 176 55 103
Binary 10000100 11010000 10001011 100101 0 100001 10010 1111110 101101 1000011

Color Harmonies of #84D08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D08B

Black with #84D08B

Text Example


Text Example

White with #84D08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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