#7cd08a

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

Shades of De York #7CD08A

Tints of De York #7CD08A

Color information

#7CD08A (or 0x7CD08A) is unknown color: approx De York. HEX triplet: 7C, D0 and 8A. RGB value is (124,208,138). Sum of RGB (Red+Green+Blue) = 124+208+138=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD08A is #832F75. Grayscale: #AFAFAF. Windows color (decimal): -8597366 or 9097340. OLE color: 9097340.

HSL color Cylindrical-coordinate representation of color #7CD08A: hue angle of 130º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CD08A is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB124208138-
CMYK0.4000.340.18
HSL130º47.19%65.1%-
HSV(B)130º40.38%81.57%-
XYZ35.4651.2332.06-
YUV174.9107.1791.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.38%
GREEN value IS 208 (81.64% from 255) = 44.26%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=26.38%
G=44.26%
B=29.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242081380.4000.340.1813047.1965.1
Hex7CD08A2802212822f41
Octal174320212500422220257101
Binary11111001101000010001010101000010001010010100000101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cd08a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,208,138); }

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

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

 a { background-color: rgb(124,208,138); }

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

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

 span { border-color: rgb(124,208,138); }

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