#7CC188

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

Shades of De York #7CC188

Tints of De York #7CC188

Color information

#7CC188 (or 0x7CC188) is unknown color: approx De York. HEX triplet: 7C, C1 and 88. RGB value is (124,193,136). Sum of RGB (Red+Green+Blue) = 124+193+136=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #7CC188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC188 is #833E77. Grayscale: #A6A6A6. Windows color (decimal): -8601208 or 8962428. OLE color: 8962428.

HSL color Cylindrical-coordinate representation of color #7CC188: hue angle of 130.43º 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 #7CC188 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB124193136-
CMYK0.3600.300.24
HSL130.43º35.75%62.16%-
HSV(B)130.43º35.75%75.69%-
XYZ31.8344.230.15-
YUV165.87111.1498.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.37%
GREEN value IS 193 (75.78% from 255) = 42.60%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=27.37%
G=42.60%
B=30.02%

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
Decimal1241931360.3600.300.24130.4335.7562.16
Hex7CC1882401E1882243e
Octal17430121044036302024476
Binary111110011000001100010001001000111101100010000010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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