#7FCF83

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

Shades of De York #7FCF83

Tints of De York #7FCF83

Color information

#7FCF83 (or 0x7FCF83) is unknown color: approx De York. HEX triplet: 7F, CF and 83. RGB value is (127,207,131). Sum of RGB (Red+Green+Blue) = 127+207+131=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCF83 is #80307C. Grayscale: #AEAEAE. Windows color (decimal): -8401021 or 8638335. OLE color: 8638335.

HSL color Cylindrical-coordinate representation of color #7FCF83: hue angle of 123º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCF83 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB127207131-
CMYK0.3900.370.19
HSL123º45.45%65.49%-
HSV(B)123º38.65%81.18%-
XYZ35.1650.7829.42-
YUV174.42103.594.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 207 (81.25% from 255) = 44.52%
BLUE value IS 131 (51.56% from 255) = 28.17%
R=27.31%
G=44.52%
B=28.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1272071310.3900.370.1912345.4565.49
Hex7FCF8327025137b2d41
Octal177317203470452317355101
Binary1111111110011111000001110011101001011001111110111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,207,131); }

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

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

 a { background-color: rgb(127,207,131); }

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

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

 span { border-color: rgb(127,207,131); }

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