Html Css Color HEX #84D88F De York

📋 copy color: '#84D88F'

red 132 ◦ green 216 ◦ blue 143

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

Shades of De York #84D88F

Tints of De York #84D88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.12%

R = 26.88%
G = 43.99%
B = 29.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#84D88F (or 0x84D88F) is known color: De York. HEX triplet: 84, D8 and 8F. RGB value is (132,216,143). Sum of RGB (Red+Green+Blue) = 132+216+143=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #84D88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D88F is #7B2770. Grayscale: #B6B6B6. Windows color (decimal): -8071025 or 9427076. OLE color: 9427076.

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

Color convert

RGB 132 216 143 -
CMYK 0.39 0 0.34 0.15
HSL 127.86º 0.52% 0.68% -
HSV(B) 127.86º 0.39% 0.85% -
XYZ 39.03 56 34.74 -
YUV 182.56 105.67 91.94 -
System Red Green Blue C M Y K H S L
Decimal 132 216 143 0.39 0 0.34 0.15 127.86 0.52 0.68
Hex 84 D8 8F 27 0 22 F 80 34 44
Octal 204 330 217 47 0 42 17 200 64 104
Binary 10000100 11011000 10001111 100111 0 100010 1111 10000000 110100 1000100

Color Harmonies of #84D88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D88F

Black with #84D88F

Text Example


Text Example

White with #84D88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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