#7FCD88

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

Shades of De York #7FCD88

Tints of De York #7FCD88

Color information

#7FCD88 (or 0x7FCD88) is unknown color: approx De York. HEX triplet: 7F, CD and 88. RGB value is (127,205,136). Sum of RGB (Red+Green+Blue) = 127+205+136=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD88 is #803277. Grayscale: #AEAEAE. Windows color (decimal): -8401528 or 8965503. OLE color: 8965503.

HSL color Cylindrical-coordinate representation of color #7FCD88: hue angle of 126.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCD88 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB127205136-
CMYK0.3800.340.20
HSL126.92º43.82%65.1%-
HSV(B)126.92º38.05%80.39%-
XYZ35.0349.9531.09-
YUV173.81106.6694.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.14%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 136 (53.52% from 255) = 29.06%
R=27.14%
G=43.80%
B=29.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051360.3800.340.20126.9243.8265.1
Hex7FCD8826022147f2c41
Octal177315210460422417754101
Binary1111111110011011000100010011001000101010011111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,205,136); }

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

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

 a { background-color: rgb(127,205,136); }

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

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

 span { border-color: rgb(127,205,136); }

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