Html Css Color HEX #84C38D De York

📋 copy color: '#84C38D'

red 132 ◦ green 195 ◦ blue 141

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

Shades of De York #84C38D

Tints of De York #84C38D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.67%

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

R = 28.21%
G = 41.67%
B = 30.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#84C38D (or 0x84C38D) is known color: De York. HEX triplet: 84, C3 and 8D. RGB value is (132,195,141). Sum of RGB (Red+Green+Blue) = 132+195+141=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #84C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C38D is #7B3C72. Grayscale: #AAAAAA. Windows color (decimal): -8076403 or 9290628. OLE color: 9290628.

HSL color Cylindrical-coordinate representation of color #84C38D: hue angle of 128.57º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C38D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 195 141 -
CMYK 0.32 0 0.28 0.24
HSL 128.57º 0.34% 0.64% -
HSV(B) 128.57º 0.32% 0.76% -
XYZ 33.84 45.86 32.27 -
YUV 170.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 132 195 141 0.32 0 0.28 0.24 128.57 0.34 0.64
Hex 84 C3 8D 20 0 1C 18 81 22 40
Octal 204 303 215 40 0 34 30 201 42 100
Binary 10000100 11000011 10001101 100000 0 11100 11000 10000001 100010 1000000

Color Harmonies of #84C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C38D

Black with #84C38D

Text Example


Text Example

White with #84C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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