#7CC288

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

Shades of De York #7CC288

Tints of De York #7CC288

Color information

#7CC288 (or 0x7CC288) is unknown color: approx De York. HEX triplet: 7C, C2 and 88. RGB value is (124,194,136). Sum of RGB (Red+Green+Blue) = 124+194+136=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC288 is #833D77. Grayscale: #A6A6A6. Windows color (decimal): -8600952 or 8962684. OLE color: 8962684.

HSL color Cylindrical-coordinate representation of color #7CC288: hue angle of 130.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC288 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB124194136-
CMYK0.3600.300.24
HSL130.29º36.46%62.35%-
HSV(B)130.29º36.08%76.08%-
XYZ32.0544.6530.22-
YUV166.46110.8197.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.31%
GREEN value IS 194 (76.17% from 255) = 42.73%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=27.31%
G=42.73%
B=29.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241941360.3600.300.24130.2936.4662.35
Hex7CC2882401E1882243e
Octal17430221044036302024476
Binary111110011000010100010001001000111101100010000010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,194,136); }

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

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

 a { background-color: rgb(124,194,136); }

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

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

 span { border-color: rgb(124,194,136); }

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