Html Css Color HEX #84CA93 De York

📋 copy color: '#84CA93'

red 132 ◦ green 202 ◦ blue 147

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

Shades of De York #84CA93

Tints of De York #84CA93

RGB

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

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

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

R = 27.44%
G = 42%
B = 30.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#84CA93 (or 0x84CA93) is known color: De York. HEX triplet: 84, CA and 93. RGB value is (132,202,147). Sum of RGB (Red+Green+Blue) = 132+202+147=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CA93 is #7B356C. Grayscale: #AEAEAE. Windows color (decimal): -8074605 or 9685636. OLE color: 9685636.

HSL color Cylindrical-coordinate representation of color #84CA93: hue angle of 132.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 #84CA93 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 202 147 -
CMYK 0.35 0 0.27 0.21
HSL 132.86º 0.4% 0.65% -
HSV(B) 132.86º 0.35% 0.79% -
XYZ 35.9 49.25 35.22 -
YUV 174.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 132 202 147 0.35 0 0.27 0.21 132.86 0.4 0.65
Hex 84 CA 93 23 0 1B 15 85 28 41
Octal 204 312 223 43 0 33 25 205 50 101
Binary 10000100 11001010 10010011 100011 0 11011 10101 10000101 101000 1000001

Color Harmonies of #84CA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CA93

Black with #84CA93

Text Example


Text Example

White with #84CA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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