Html Css Color HEX #84C893 De York

📋 copy color: '#84C893'

red 132 ◦ green 200 ◦ blue 147

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

Shades of De York #84C893

Tints of De York #84C893

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.75%

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 27.56%
G = 41.75%
B = 30.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#84C893 (or 0x84C893) is known color: De York. HEX triplet: 84, C8 and 93. RGB value is (132,200,147). Sum of RGB (Red+Green+Blue) = 132+200+147=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #84C893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C893 is #7B376C. Grayscale: #ADADAD. Windows color (decimal): -8075117 or 9685124. OLE color: 9685124.

HSL color Cylindrical-coordinate representation of color #84C893: hue angle of 133.24º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C893 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 200 147 -
CMYK 0.34 0 0.26 0.22
HSL 133.24º 0.38% 0.65% -
HSV(B) 133.24º 0.34% 0.78% -
XYZ 35.44 48.32 35.06 -
YUV 173.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 132 200 147 0.34 0 0.26 0.22 133.24 0.38 0.65
Hex 84 C8 93 22 0 1A 16 85 26 41
Octal 204 310 223 42 0 32 26 205 46 101
Binary 10000100 11001000 10010011 100010 0 11010 10110 10000101 100110 1000001

Color Harmonies of #84C893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C893

Black with #84C893

Text Example


Text Example

White with #84C893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,200,147); }

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

background-color css

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

 a { background-color: rgb(132,200,147); }

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

border-color css

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

 span { border-color: rgb(132,200,147); }

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