Html Css Color HEX #84BC7C De York

📋 copy color: '#84BC7C'

red 132 ◦ green 188 ◦ blue 124

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

Shades of De York #84BC7C

Tints of De York #84BC7C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.34%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 29.73%
G = 42.34%
B = 27.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#84BC7C (or 0x84BC7C) is known color: De York. HEX triplet: 84, BC and 7C. RGB value is (132,188,124). Sum of RGB (Red+Green+Blue) = 132+188+124=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BC7C is #7B4383. Grayscale: #A4A4A4. Windows color (decimal): -8078212 or 8174724. OLE color: 8174724.

HSL color Cylindrical-coordinate representation of color #84BC7C: hue angle of 112.5º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84BC7C is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 188 124 -
CMYK 0.30 0 0.34 0.26
HSL 112.5º 0.32% 0.61% -
HSV(B) 112.5º 0.34% 0.74% -
XYZ 31.14 42.33 25.6 -
YUV 163.96 105.45 105.2 -
System Red Green Blue C M Y K H S L
Decimal 132 188 124 0.30 0 0.34 0.26 112.5 0.32 0.61
Hex 84 BC 7C 1E 0 22 1A 70 20 3D
Octal 204 274 174 36 0 42 32 160 40 75
Binary 10000100 10111100 1111100 11110 0 100010 11010 1110000 100000 111101

Color Harmonies of #84BC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BC7C

Black with #84BC7C

Text Example


Text Example

White with #84BC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,188,124); }

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

background-color css

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

 a { background-color: rgb(132,188,124); }

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

border-color css

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

 span { border-color: rgb(132,188,124); }

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