Html Css Color HEX #84D695 De York

📋 copy color: '#84D695'

red 132 ◦ green 214 ◦ blue 149

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

Shades of De York #84D695

Tints of De York #84D695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 26.67%
G = 43.23%
B = 30.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#84D695 (or 0x84D695) is known color: De York. HEX triplet: 84, D6 and 95. RGB value is (132,214,149). Sum of RGB (Red+Green+Blue) = 132+214+149=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #84D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D695 is #7B296A. Grayscale: #B6B6B6. Windows color (decimal): -8071531 or 9819780. OLE color: 9819780.

HSL color Cylindrical-coordinate representation of color #84D695: hue angle of 132.44º 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 #84D695 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 214 149 -
CMYK 0.38 0 0.30 0.16
HSL 132.44º 0.5% 0.68% -
HSV(B) 132.44º 0.38% 0.84% -
XYZ 38.99 55.17 37.03 -
YUV 182.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 132 214 149 0.38 0 0.30 0.16 132.44 0.5 0.68
Hex 84 D6 95 26 0 1E 10 84 32 44
Octal 204 326 225 46 0 36 20 204 62 104
Binary 10000100 11010110 10010101 100110 0 11110 10000 10000100 110010 1000100

Color Harmonies of #84D695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D695

Black with #84D695

Text Example


Text Example

White with #84D695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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