#7CCB8E

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

Shades of De York #7CCB8E

Tints of De York #7CCB8E

Color information

#7CCB8E (or 0x7CCB8E) is unknown color: approx De York. HEX triplet: 7C, CB and 8E. RGB value is (124,203,142). Sum of RGB (Red+Green+Blue) = 124+203+142=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCB8E is #833471. Grayscale: #ACACAC. Windows color (decimal): -8598642 or 9358204. OLE color: 9358204.

HSL color Cylindrical-coordinate representation of color #7CCB8E: hue angle of 133.67º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCB8E is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB124203142-
CMYK0.3900.300.20
HSL133.67º43.17%64.12%-
HSV(B)133.67º38.92%79.61%-
XYZ34.5548.9533.22-
YUV172.42110.8393.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.44%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=26.44%
G=43.28%
B=30.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242031420.3900.300.20133.6743.1764.12
Hex7CCB8E2701E14862b40
Octal174313216470362420653100
Binary1111100110010111000111010011101111010100100001101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,203,142); }

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

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

 a { background-color: rgb(124,203,142); }

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

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

 span { border-color: rgb(124,203,142); }

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