Html Css Color HEX #84D685 De York

📋 copy color: '#84D685'

red 132 ◦ green 214 ◦ blue 133

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

Shades of De York #84D685

Tints of De York #84D685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.68%

 BLUE value IS 133 (52.34% from 255) = 27.77%

R = 27.56%
G = 44.68%
B = 27.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#84D685 (or 0x84D685) is known color: De York. HEX triplet: 84, D6 and 85. RGB value is (132,214,133). Sum of RGB (Red+Green+Blue) = 132+214+133=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #84D685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D685 is #7B297A. Grayscale: #B4B4B4. Windows color (decimal): -8071547 or 8771204. OLE color: 8771204.

HSL color Cylindrical-coordinate representation of color #84D685: hue angle of 120.73º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D685 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 214 133 -
CMYK 0.38 0 0.38 0.16
HSL 120.73º 0.5% 0.68% -
HSV(B) 120.73º 0.38% 0.84% -
XYZ 37.8 54.69 30.75 -
YUV 180.25 101.33 93.59 -
System Red Green Blue C M Y K H S L
Decimal 132 214 133 0.38 0 0.38 0.16 120.73 0.5 0.68
Hex 84 D6 85 26 0 26 10 79 32 44
Octal 204 326 205 46 0 46 20 171 62 104
Binary 10000100 11010110 10000101 100110 0 100110 10000 1111001 110010 1000100

Color Harmonies of #84D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D685

Black with #84D685

Text Example


Text Example

White with #84D685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,214,133); }

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

background-color css

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

 a { background-color: rgb(132,214,133); }

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

border-color css

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

 span { border-color: rgb(132,214,133); }

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