Html Css Color HEX #84DA91 De York

📋 copy color: '#84DA91'

red 132 ◦ green 218 ◦ blue 145

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

Shades of De York #84DA91

Tints of De York #84DA91

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 145 (57.03% from 255) = 29.29%

R = 26.67%
G = 44.04%
B = 29.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#84DA91 (or 0x84DA91) is known color: De York. HEX triplet: 84, DA and 91. RGB value is (132,218,145). Sum of RGB (Red+Green+Blue) = 132+218+145=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DA91 is #7B256E. Grayscale: #B8B8B8. Windows color (decimal): -8070511 or 9558660. OLE color: 9558660.

HSL color Cylindrical-coordinate representation of color #84DA91: hue angle of 129.07º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DA91 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 218 145 -
CMYK 0.39 0 0.33 0.15
HSL 129.07º 0.54% 0.69% -
HSV(B) 129.07º 0.39% 0.85% -
XYZ 39.7 57.09 35.72 -
YUV 183.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 132 218 145 0.39 0 0.33 0.15 129.07 0.54 0.69
Hex 84 DA 91 27 0 21 F 81 36 45
Octal 204 332 221 47 0 41 17 201 66 105
Binary 10000100 11011010 10010001 100111 0 100001 1111 10000001 110110 1000101

Color Harmonies of #84DA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DA91

Black with #84DA91

Text Example


Text Example

White with #84DA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,218,145); }

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

background-color css

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

 a { background-color: rgb(132,218,145); }

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

border-color css

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

 span { border-color: rgb(132,218,145); }

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