#7CBF84

Color #7CBF84 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7CBF84

Tints of De York #7CBF84

Color information

#7CBF84 (or 0x7CBF84) is unknown color: approx De York. HEX triplet: 7C, BF and 84. RGB value is (124,191,132). Sum of RGB (Red+Green+Blue) = 124+191+132=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBF84 is #83407B. Grayscale: #A4A4A4. Windows color (decimal): -8601724 or 8699772. OLE color: 8699772.

HSL color Cylindrical-coordinate representation of color #7CBF84: hue angle of 127.16º 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 #7CBF84 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB124191132-
CMYK0.3500.310.25
HSL127.16º34.36%61.76%-
HSV(B)127.16º35.08%74.9%-
XYZ31.1143.2128.53-
YUV164.24109.899.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.74%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=27.74%
G=42.73%
B=29.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241911320.3500.310.25127.1634.3661.76
Hex7CBF842301F197f223e
Octal17427720443037311774276
Binary11111001011111110000100100011011111110011111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CBF84; }

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

 H1.HeaderClassName
 {
   color: #7CBF84;
 }
 .AnyTagClassName
 {
   color: #7CBF84;
 }
</style>
background-color css

<style>
 a { background-color: #7CBF84; }

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

 div.DivClassName
 {
   background-color: #7CBF84;
 }
 .BgClassName
 {
   background-color: #7CBF84;
 }
</style>
border-color css

<style>
 span { border-color: #7CBF84; }

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

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