Html Css Color HEX #84D58D De York

📋 copy color: '#84D58D'

red 132 ◦ green 213 ◦ blue 141

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

Shades of De York #84D58D

Tints of De York #84D58D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.83%

 BLUE value IS 141 (55.47% from 255) = 29.01%

R = 27.16%
G = 43.83%
B = 29.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#84D58D (or 0x84D58D) is known color: De York. HEX triplet: 84, D5 and 8D. RGB value is (132,213,141). Sum of RGB (Red+Green+Blue) = 132+213+141=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #84D58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D58D is #7B2A72. Grayscale: #B4B4B4. Windows color (decimal): -8071795 or 9295236. OLE color: 9295236.

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

Color convert

RGB 132 213 141 -
CMYK 0.38 0 0.34 0.16
HSL 126.67º 0.49% 0.68% -
HSV(B) 126.67º 0.38% 0.84% -
XYZ 38.12 54.42 33.69 -
YUV 180.57 105.66 93.35 -
System Red Green Blue C M Y K H S L
Decimal 132 213 141 0.38 0 0.34 0.16 126.67 0.49 0.68
Hex 84 D5 8D 26 0 22 10 7F 31 44
Octal 204 325 215 46 0 42 20 177 61 104
Binary 10000100 11010101 10001101 100110 0 100010 10000 1111111 110001 1000100

Color Harmonies of #84D58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D58D

Black with #84D58D

Text Example


Text Example

White with #84D58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,213,141); }

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

background-color css

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

 a { background-color: rgb(132,213,141); }

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

border-color css

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

 span { border-color: rgb(132,213,141); }

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