#7FCC93

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

Shades of De York #7FCC93

Tints of De York #7FCC93

Color information

#7FCC93 (or 0x7FCC93) is unknown color: approx De York. HEX triplet: 7F, CC and 93. RGB value is (127,204,147). Sum of RGB (Red+Green+Blue) = 127+204+147=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCC93 is #80336C. Grayscale: #AEAEAE. Windows color (decimal): -8401773 or 9686143. OLE color: 9686143.

HSL color Cylindrical-coordinate representation of color #7FCC93: hue angle of 135.58º degrees, saturation: 0.43, 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 #7FCC93 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB127204147-
CMYK0.3800.280.2
HSL135.58º43.02%64.9%-
HSV(B)135.58º37.75%80%-
XYZ35.6149.835.34-
YUV174.48112.4994.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.57%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=26.57%
G=42.68%
B=30.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1272041470.3800.280.2135.5843.0264.9
Hex7FCC932601C14882b41
Octal177314223460342421053101
Binary1111111110011001001001110011001110010100100010001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,204,147); }

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

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

 a { background-color: rgb(127,204,147); }

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

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

 span { border-color: rgb(127,204,147); }

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