#7FCD91

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

Shades of De York #7FCD91

Tints of De York #7FCD91

Color information

#7FCD91 (or 0x7FCD91) is unknown color: approx De York. HEX triplet: 7F, CD and 91. RGB value is (127,205,145). Sum of RGB (Red+Green+Blue) = 127+205+145=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD91 is #80326E. Grayscale: #AEAEAE. Windows color (decimal): -8401519 or 9555327. OLE color: 9555327.

HSL color Cylindrical-coordinate representation of color #7FCD91: hue angle of 133.85º 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 #7FCD91 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB127205145-
CMYK0.3800.290.20
HSL133.85º43.82%65.1%-
HSV(B)133.85º38.05%80.39%-
XYZ35.6950.2234.6-
YUV174.84111.1693.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.62%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=26.62%
G=42.98%
B=30.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051450.3800.290.20133.8543.8265.1
Hex7FCD912601D14862c41
Octal177315221460352420654101
Binary1111111110011011001000110011001110110100100001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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