Html Css Color HEX #84D88B De York

📋 copy color: '#84D88B'

red 132 ◦ green 216 ◦ blue 139

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

Shades of De York #84D88B

Tints of De York #84D88B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.35%

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

R = 27.1%
G = 44.35%
B = 28.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#84D88B (or 0x84D88B) is known color: De York. HEX triplet: 84, D8 and 8B. RGB value is (132,216,139). Sum of RGB (Red+Green+Blue) = 132+216+139=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #84D88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D88B is #7B2774. Grayscale: #B6B6B6. Windows color (decimal): -8071029 or 9164932. OLE color: 9164932.

HSL color Cylindrical-coordinate representation of color #84D88B: hue angle of 125º degrees, saturation: 0.52, 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 #84D88B is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 216 139 -
CMYK 0.39 0 0.36 0.15
HSL 125º 0.52% 0.68% -
HSV(B) 125º 0.39% 0.85% -
XYZ 38.73 55.88 33.17 -
YUV 182.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 132 216 139 0.39 0 0.36 0.15 125 0.52 0.68
Hex 84 D8 8B 27 0 24 F 7D 34 44
Octal 204 330 213 47 0 44 17 175 64 104
Binary 10000100 11011000 10001011 100111 0 100100 1111 1111101 110100 1000100

Color Harmonies of #84D88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D88B

Black with #84D88B

Text Example


Text Example

White with #84D88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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