Html Css Color HEX #84CA8C De York

📋 copy color: '#84CA8C'

red 132 ◦ green 202 ◦ blue 140

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

Shades of De York #84CA8C

Tints of De York #84CA8C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 27.85%
G = 42.62%
B = 29.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#84CA8C (or 0x84CA8C) is known color: De York. HEX triplet: 84, CA and 8C. RGB value is (132,202,140). Sum of RGB (Red+Green+Blue) = 132+202+140=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CA8C is #7B3573. Grayscale: #AEAEAE. Windows color (decimal): -8074612 or 9226884. OLE color: 9226884.

HSL color Cylindrical-coordinate representation of color #84CA8C: hue angle of 126.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CA8C is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 202 140 -
CMYK 0.35 0 0.31 0.21
HSL 126.86º 0.4% 0.65% -
HSV(B) 126.86º 0.35% 0.79% -
XYZ 35.37 49.04 32.41 -
YUV 174 108.81 98.04 -
System Red Green Blue C M Y K H S L
Decimal 132 202 140 0.35 0 0.31 0.21 126.86 0.4 0.65
Hex 84 CA 8C 23 0 1F 15 7F 28 41
Octal 204 312 214 43 0 37 25 177 50 101
Binary 10000100 11001010 10001100 100011 0 11111 10101 1111111 101000 1000001

Color Harmonies of #84CA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CA8C

Black with #84CA8C

Text Example


Text Example

White with #84CA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,202,140); }

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

background-color css

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

 a { background-color: rgb(132,202,140); }

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

border-color css

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

 span { border-color: rgb(132,202,140); }

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