Html Css Color HEX #84CA90 De York

📋 copy color: '#84CA90'

red 132 ◦ green 202 ◦ blue 144

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

Shades of De York #84CA90

Tints of De York #84CA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 27.62%
G = 42.26%
B = 30.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#84CA90 (or 0x84CA90) is known color: De York. HEX triplet: 84, CA and 90. RGB value is (132,202,144). Sum of RGB (Red+Green+Blue) = 132+202+144=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CA90 is #7B356F. Grayscale: #AEAEAE. Windows color (decimal): -8074608 or 9489028. OLE color: 9489028.

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

Color convert

RGB 132 202 144 -
CMYK 0.35 0 0.29 0.21
HSL 130.29º 0.4% 0.65% -
HSV(B) 130.29º 0.35% 0.79% -
XYZ 35.67 49.16 33.99 -
YUV 174.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 132 202 144 0.35 0 0.29 0.21 130.29 0.4 0.65
Hex 84 CA 90 23 0 1D 15 82 28 41
Octal 204 312 220 43 0 35 25 202 50 101
Binary 10000100 11001010 10010000 100011 0 11101 10101 10000010 101000 1000001

Color Harmonies of #84CA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CA90

Black with #84CA90

Text Example


Text Example

White with #84CA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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