Html Css Color HEX #84D07F De York

📋 copy color: '#84D07F'

red 132 ◦ green 208 ◦ blue 127

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

Shades of De York #84D07F

Tints of De York #84D07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.19%

R = 28.27%
G = 44.54%
B = 27.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#84D07F (or 0x84D07F) is known color: De York. HEX triplet: 84, D0 and 7F. RGB value is (132,208,127). Sum of RGB (Red+Green+Blue) = 132+208+127=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #84D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D07F is #7B2F80. Grayscale: #B0B0B0. Windows color (decimal): -8073089 or 8376452. OLE color: 8376452.

HSL color Cylindrical-coordinate representation of color #84D07F: hue angle of 116.3º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D07F is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 208 127 -
CMYK 0.37 0 0.39 0.18
HSL 116.3º 0.46% 0.66% -
HSV(B) 116.3º 0.39% 0.82% -
XYZ 35.9 51.55 28.14 -
YUV 176.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 132 208 127 0.37 0 0.39 0.18 116.3 0.46 0.66
Hex 84 D0 7F 25 0 27 12 74 2E 42
Octal 204 320 177 45 0 47 22 164 56 102
Binary 10000100 11010000 1111111 100101 0 100111 10010 1110100 101110 1000010

Color Harmonies of #84D07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D07F

Black with #84D07F

Text Example


Text Example

White with #84D07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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