Html Css Color HEX #84BF7C De York

📋 copy color: '#84BF7C'

red 132 ◦ green 191 ◦ blue 124

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

Shades of De York #84BF7C

Tints of De York #84BF7C

RGB

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

 GREEN value IS 191 (75% from 255) = 42.73%

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

R = 29.53%
G = 42.73%
B = 27.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#84BF7C (or 0x84BF7C) is known color: De York. HEX triplet: 84, BF and 7C. RGB value is (132,191,124). Sum of RGB (Red+Green+Blue) = 132+191+124=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BF7C is #7B4083. Grayscale: #A5A5A5. Windows color (decimal): -8077444 or 8175492. OLE color: 8175492.

HSL color Cylindrical-coordinate representation of color #84BF7C: hue angle of 112.84º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84BF7C is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 191 124 -
CMYK 0.31 0 0.35 0.25
HSL 112.84º 0.34% 0.62% -
HSV(B) 112.84º 0.35% 0.75% -
XYZ 31.78 43.62 25.81 -
YUV 165.72 104.45 103.95 -
System Red Green Blue C M Y K H S L
Decimal 132 191 124 0.31 0 0.35 0.25 112.84 0.34 0.62
Hex 84 BF 7C 1F 0 23 19 71 22 3E
Octal 204 277 174 37 0 43 31 161 42 76
Binary 10000100 10111111 1111100 11111 0 100011 11001 1110001 100010 111110

Color Harmonies of #84BF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BF7C

Black with #84BF7C

Text Example


Text Example

White with #84BF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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