#7CCD8D

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

Shades of De York #7CCD8D

Tints of De York #7CCD8D

Color information

#7CCD8D (or 0x7CCD8D) is unknown color: approx De York. HEX triplet: 7C, CD and 8D. RGB value is (124,205,141). Sum of RGB (Red+Green+Blue) = 124+205+141=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD8D is #833272. Grayscale: #ADADAD. Windows color (decimal): -8598131 or 9293180. OLE color: 9293180.

HSL color Cylindrical-coordinate representation of color #7CCD8D: hue angle of 132.59º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCD8D is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB124205141-
CMYK0.4000.310.20
HSL132.59º44.75%64.51%-
HSV(B)132.59º39.51%80.39%-
XYZ34.9549.8732.98-
YUV173.48109.6692.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.38%
GREEN value IS 205 (80.47% from 255) = 43.62%
BLUE value IS 141 (55.47% from 255) = 30%
R=26.38%
G=43.62%
B=30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242051410.4000.310.20132.5944.7564.51
Hex7CCD8D2801F14852d41
Octal174315215500372420555101
Binary1111100110011011000110110100001111110100100001011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,205,141); }

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

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

 a { background-color: rgb(124,205,141); }

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

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

 span { border-color: rgb(124,205,141); }

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