Html Css Color HEX #84DB90 De York

📋 copy color: '#84DB90'

red 132 ◦ green 219 ◦ blue 144

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

Shades of De York #84DB90

Tints of De York #84DB90

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.24%

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

R = 26.67%
G = 44.24%
B = 29.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#84DB90 (or 0x84DB90) is known color: De York. HEX triplet: 84, DB and 90. RGB value is (132,219,144). Sum of RGB (Red+Green+Blue) = 132+219+144=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #84DB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DB90 is #7B246F. Grayscale: #B8B8B8. Windows color (decimal): -8070256 or 9493380. OLE color: 9493380.

HSL color Cylindrical-coordinate representation of color #84DB90: hue angle of 128.28º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DB90 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 219 144 -
CMYK 0.40 0 0.34 0.14
HSL 128.28º 0.55% 0.69% -
HSV(B) 128.28º 0.4% 0.86% -
XYZ 39.88 57.58 35.4 -
YUV 184.44 105.18 90.6 -
System Red Green Blue C M Y K H S L
Decimal 132 219 144 0.40 0 0.34 0.14 128.28 0.55 0.69
Hex 84 DB 90 28 0 22 E 80 37 45
Octal 204 333 220 50 0 42 16 200 67 105
Binary 10000100 11011011 10010000 101000 0 100010 1110 10000000 110111 1000101

Color Harmonies of #84DB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DB90

Black with #84DB90

Text Example


Text Example

White with #84DB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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