Html Css Color HEX #84CE90 De York

📋 copy color: '#84CE90'

red 132 ◦ green 206 ◦ blue 144

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

Shades of De York #84CE90

Tints of De York #84CE90

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.74%

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

R = 27.39%
G = 42.74%
B = 29.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#84CE90 (or 0x84CE90) is known color: De York. HEX triplet: 84, CE and 90. RGB value is (132,206,144). Sum of RGB (Red+Green+Blue) = 132+206+144=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CE90 is #7B316F. Grayscale: #B0B0B0. Windows color (decimal): -8073584 or 9490052. OLE color: 9490052.

HSL color Cylindrical-coordinate representation of color #84CE90: hue angle of 129.73º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CE90 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 206 144 -
CMYK 0.36 0 0.30 0.19
HSL 129.73º 0.43% 0.66% -
HSV(B) 129.73º 0.36% 0.81% -
XYZ 36.62 51.06 34.31 -
YUV 176.81 109.48 96.04 -
System Red Green Blue C M Y K H S L
Decimal 132 206 144 0.36 0 0.30 0.19 129.73 0.43 0.66
Hex 84 CE 90 24 0 1E 13 82 2B 42
Octal 204 316 220 44 0 36 23 202 53 102
Binary 10000100 11001110 10010000 100100 0 11110 10011 10000010 101011 1000010

Color Harmonies of #84CE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CE90

Black with #84CE90

Text Example


Text Example

White with #84CE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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