#7CC875

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

Shades of De York #7CC875

Tints of De York #7CC875

Color information

#7CC875 (or 0x7CC875) is unknown color: approx De York. HEX triplet: 7C, C8 and 75. RGB value is (124,200,117). Sum of RGB (Red+Green+Blue) = 124+200+117=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC875 is #83378A. Grayscale: #A8A8A8. Windows color (decimal): -8599435 or 7719036. OLE color: 7719036.

HSL color Cylindrical-coordinate representation of color #7CC875: hue angle of 114.94º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CC875 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB124200117-
CMYK0.3800.420.22
HSL114.94º43.01%62.16%-
HSV(B)114.94º41.5%78.43%-
XYZ32.1846.8824.18-
YUV167.8199.3296.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.12%
GREEN value IS 200 (78.52% from 255) = 45.35%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=28.12%
G=45.35%
B=26.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1242001170.3800.420.22114.9443.0162.16
Hex7CC8752602A16732b3e
Octal17431016546052261635376
Binary11111001100100011101011001100101010101101110011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,200,117); }

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

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

 a { background-color: rgb(124,200,117); }

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

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

 span { border-color: rgb(124,200,117); }

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