#7CDB8D

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

Shades of De York #7CDB8D

Tints of De York #7CDB8D

Color information

#7CDB8D (or 0x7CDB8D) is unknown color: approx De York. HEX triplet: 7C, DB and 8D. RGB value is (124,219,141). Sum of RGB (Red+Green+Blue) = 124+219+141=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDB8D is #832472. Grayscale: #B5B5B5. Windows color (decimal): -8594547 or 9296764. OLE color: 9296764.

HSL color Cylindrical-coordinate representation of color #7CDB8D: hue angle of 130.74º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDB8D is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB124219141-
CMYK0.4300.360.14
HSL130.74º56.89%67.25%-
HSV(B)130.74º43.38%85.88%-
XYZ38.4556.8734.15-
YUV181.7105.0386.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.62%
GREEN value IS 219 (85.94% from 255) = 45.25%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=25.62%
G=45.25%
B=29.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1242191410.4300.360.14130.7456.8967.25
Hex7CDB8D2B024E833943
Octal174333215530441620371103
Binary1111100110110111000110110101101001001110100000111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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