#7FCD90

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

Shades of De York #7FCD90

Tints of De York #7FCD90

Color information

#7FCD90 (or 0x7FCD90) is unknown color: approx De York. HEX triplet: 7F, CD and 90. RGB value is (127,205,144). Sum of RGB (Red+Green+Blue) = 127+205+144=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD90 is #80326F. Grayscale: #AEAEAE. Windows color (decimal): -8401520 or 9489791. OLE color: 9489791.

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

Color convert

RGB127205144-
CMYK0.3800.300.20
HSL133.08º43.82%65.1%-
HSV(B)133.08º38.05%80.39%-
XYZ35.6250.1934.2-
YUV174.72110.6693.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.68%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=26.68%
G=43.07%
B=30.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051440.3800.300.20133.0843.8265.1
Hex7FCD902601E14852c41
Octal177315220460362420554101
Binary1111111110011011001000010011001111010100100001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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